Use sysexits.h for better exit-codes
[mmh] / h / prototypes.h
1 /*
2 ** prototypes.h -- various prototypes
3 */
4
5 /*
6 ** missing system prototypes
7 */
8 #ifndef HAVE_TERMCAP_H
9 extern int tgetent(char *bp, char *name);
10 extern int tgetnum(char *id);
11 extern int tgetflag(char *id);
12 extern char *tgetstr(char *id, char **area);
13 extern char *tgoto(char *cm, int destcol, int destline);
14 extern int tputs(char *cp, int affcnt, int (*outc) (int));
15 #endif
16
17 /*
18 ** prototype from config.h
19 */
20 char *etcpath(char *);
21
22 /*
23 ** prototypes from the nmh subroutine library
24 */
25 void adios(int, char *, char *, ...) NORETURN;
26 void admonish(char *, char *, ...);
27 void advertise(char *, char *, char *, va_list);
28 void advise(char *, char *, ...);
29 void ambigsw(char *, struct swit *);
30 char **brkstring(char *, char *, char *);
31 int is_native_charset(char *);
32 char *concat(char *, ...);
33 int context_del(char *);
34 char *context_find(char *);
35 void context_read(void);
36 void context_replace(char *, char *);
37 void context_save(void);
38 void cpydata(int, int, char *, char *);
39 void cpydgst(int, int, char *, char *);
40 int decode_rfc2047(char *, char *, size_t);
41 void discard(FILE *);
42 int default_done(int);
43 int execprog(char *, char **);
44 int execprogl(char *, char *, ...);
45 char *expandfol(char *);
46 char *expanddir(char *);
47 int ext_hook(char *, char *, char *);
48 int folder_addmsg(struct msgs **, char *, int, int, int, int, char *);
49 int folder_delmsgs(struct msgs *, int);
50 void folder_free(struct msgs *);
51 struct msgs *folder_read(char *);
52 struct msgs *folder_realloc(struct msgs *, int, int);
53 int gans(char *, struct swit *);
54 char **getans(char *, struct swit *);
55 int getanswer(char *);
56 char **getarguments(char *, int, char **, int);
57 char *get_charset();
58 char *getcpy(char *);
59 char *getcurfol(void);
60 char *getdeffol(void);
61 int lkclose(int, char*);
62 int lkfclose(FILE *, char *);
63 FILE *lkfopen(char *, char *);
64 int lkopen(char *, int, mode_t);
65 int m_atoi(char *);
66 char *m_backup(char *);
67 int m_convert(struct msgs *, char *);
68 char *m_draft(char *);
69 int m_getfld(int, unsigned char *, unsigned char *, int, FILE *);
70 int m_gmprot(void);
71 char *m_name(int);
72 int m_putenv(char *, char *);
73 char *m_mktemp(const char *, int *, FILE **);
74 char *m_mktemp2(const char *, const char *, int *, FILE **);
75 void thisisanmbox(FILE *);
76 int makedir(char *);
77 char *norm_charmap(char *);
78 char *new_fs(char *, char *);
79 int pidwait(pid_t, int);
80 int pidstatus(int, FILE *, char *);
81 int pidXwait(int, char *);
82 void print_help(char *, struct swit *, int);
83 void print_sw(char *, struct swit *, char *, FILE *);
84 void print_version(char *);
85 void push(void);
86 char *pwd(void);
87 char *mhbasename(char *);
88 void readconfig(struct node **, FILE *, char *, int);
89 int seq_addmsg(struct msgs *, char *, int, int, int);
90 int seq_addsel(struct msgs *, char *, int, int);
91 char *seq_bits(struct msgs *);
92 int seq_delmsg(struct msgs *, char *, int);
93 int seq_delsel(struct msgs *, char *, int, int);
94 int seq_getnum(struct msgs *, char *);
95 char *seq_list(struct msgs *, char *);
96 int seq_nameok(unsigned char *);
97 void seq_print(struct msgs *, char *);
98 void seq_printall(struct msgs *);
99 void seq_read(struct msgs *);
100 void seq_save(struct msgs *);
101 void seq_setcur(struct msgs *, int);
102 void seq_setprev(struct msgs *);
103 void seq_setunseen(struct msgs *, int);
104 int showfile(char **, char *);
105 int smatch(char *, struct swit *);
106 char *snprintb(char *, size_t, unsigned, char *);
107 int stringdex(char *, char *);
108 char *toabsdir(char *);
109 char *trim(unsigned char *);
110 char *trimcpy(unsigned char *);
111 int unputenv(char *);
112 int uprf(char *, char *);
113 int vfgets(FILE *, char **);
114 char *write_charset_8bit(void);
115
116 int mh_strcasecmp(const char *s1, const char *s2);
117
118
119 /*
120 ** prototypes for some routines in uip
121 */
122 int distout(char *, char *, char *);
123 int what_now(char *, int, char *, char *, int, struct msgs *,
124                 char *, char *);
125
126 /*
127 ** from the former mts.h
128 */
129 char *LocalName(void);  /* hostname */
130 char *getusername(void);
131 char *getfullname(void);
132
133
134 /*
135 ** prototypes for message and sequence manipulation
136 */
137 void clear_msg_flags(struct msgs *, int);
138 void copy_msg_flags(struct msgs *, int, int);
139 void get_msg_flags(struct msgs *, seqset_t *, int);
140 void set_msg_flags(struct msgs *, seqset_t *, int);
141 seqset_t does_exist(struct msgs *, int);
142 void unset_exists(struct msgs *, int);
143 void set_exists(struct msgs *, int);
144 seqset_t is_selected(struct msgs *, int);
145 void unset_selected(struct msgs *, int);
146 void set_selected(struct msgs *, int);
147 seqset_t is_unseen(struct msgs *, int);
148 void unset_unseen(struct msgs *, int);
149 void set_unseen(struct msgs *, int);
150 seqset_t in_sequence(struct msgs *, int, int);
151 void clear_sequence(struct msgs *, int, int);
152 void add_sequence(struct msgs *, int, int);
153
154 int is_seq_private(struct msgs *, int);
155 void make_seq_public(struct msgs *, int);
156 void make_seq_private(struct msgs *, int);
157 void make_all_public(struct msgs *);
158
159 void clear_folder_flags(struct msgs *);
160 int is_readonly(struct msgs *);
161 void set_readonly(struct msgs *);
162 int other_files(struct msgs *);
163 void set_other_files(struct msgs *);