Fixed a bug where anno -append put the headers in the wrong place
[mmh] / h / prototypes.h
1
2 /*
3  * prototypes.h -- various prototypes
4  *
5  * $Id$
6  */
7
8 /*
9  * missing system prototypes
10  */
11 #ifndef HAVE_TERMCAP_H
12 extern int tgetent (char *bp, char *name);
13 extern int tgetnum (char *id);
14 extern int tgetflag (char *id);
15 extern char *tgetstr (char *id, char **area);
16 extern char *tgoto (char *cm, int destcol, int destline);
17 extern int tputs (char *cp, int affcnt, int (*outc) (int));
18 #endif
19
20 /*
21  * prototype from config.h
22  */
23 char *etcpath(char *);
24
25 /*
26  * prototypes from the nmh subroutine library
27  */
28 char *add (char *, char *);
29 void adios (char *, char *, ...);
30 void admonish (char *, char *, ...);
31 void advertise (char *, char *, char *, va_list);
32 void advise (char *, char *, ...);
33 void ambigsw (char *, struct swit *);
34 int atooi(char *);
35 char **brkstring (char *, char *, char *);
36 int check_charset (char *, int);
37 void closefds(int);
38 char *concat (char *, ...);
39 int context_del (char *);
40 char *context_find (char *);
41 int context_foil (char *);
42 void context_read (void);
43 void context_replace (char *, char *);
44 void context_save (void);
45 char *copy (char *, char *);
46 char **copyip (char **, char **, int);
47 void cpydata (int, int, char *, char *);
48 void cpydgst (int, int, char *, char *);
49 int decode_rfc2047 (char *, char *, size_t);
50 void discard (FILE *);
51 int done (int);
52 int ext_hook(char *, char *, char *);
53 int fdcompare (int, int);
54 int folder_addmsg (struct msgs **, char *, int, int, int, int, char *);
55 int folder_delmsgs (struct msgs *, int, int);
56 void folder_free (struct msgs *);
57 int folder_pack (struct msgs **, int);
58 struct msgs *folder_read (char *);
59 struct msgs *folder_realloc (struct msgs *, int, int);
60 int gans (char *, struct swit *);
61 char **getans (char *, struct swit *);
62 int getanswer (char *);
63 char **getarguments (char *, int, char **, int);
64 char *get_charset();
65 char *getcpy (char *);
66 char *getfolder(int);
67 int lkclose(int, char*);
68 int lkfclose(FILE *, char *);
69 FILE *lkfopen(char *, char *);
70 int lkopen(char *, int, mode_t);
71 int m_atoi (char *);
72 char *m_backup (char *);
73 int m_convert (struct msgs *, char *);
74 char *m_draft (char *, char *, int, int *);
75 void m_eomsbr (int (*)());
76 int m_getfld (int, unsigned char *, unsigned char *, int, FILE *);
77 int m_gmprot (void);
78 char *m_maildir (char *);
79 char *m_mailpath (char *);
80 char *m_name (int);
81 int m_putenv (char *, char *);
82 char *m_scratch (char *, char *);
83 char *m_tmpfil (char *);
84 void m_unknown(FILE *);
85 int makedir (char *);
86 char *nmh_getpass(const char *);
87 char *norm_charmap(char *);
88 char *new_fs (char *, char *, char *);
89 char *path(char *, int);
90 int peekc(FILE *ib);
91 int pidwait (pid_t, int);
92 int pidstatus (int, FILE *, char *);
93 void print_help (char *, struct swit *, int);
94 void print_sw (char *, struct swit *, char *);
95 void print_version (char *);
96 void push (void);
97 char *pwd (void);
98 char *r1bindex(char *, int);
99 void readconfig (struct node **, FILE *, char *, int);
100 int refile (char **, char *);
101 int ruserpass(char *, char **, char **);
102 int remdir (char *);
103 int seq_addmsg (struct msgs *, char *, int, int, int);
104 int seq_addsel (struct msgs *, char *, int, int);
105 char *seq_bits (struct msgs *);
106 int seq_delmsg (struct msgs *, char *, int);
107 int seq_delsel (struct msgs *, char *, int, int);
108 int seq_getnum (struct msgs *, char *);
109 char *seq_list (struct msgs *, char *);
110 int seq_nameok (char *);
111 void seq_print (struct msgs *, char *);
112 void seq_printall (struct msgs *);
113 void seq_read (struct msgs *);
114 void seq_save (struct msgs *);
115 void seq_setcur (struct msgs *, int);
116 void seq_setprev (struct msgs *);
117 void seq_setunseen (struct msgs *, int);
118 int showfile (char **, char *);
119 int smatch(char *, struct swit *);
120 char *snprintb (char *, size_t, unsigned, char *);
121 int ssequal (char *, char *);
122 int stringdex (char *, char *);
123 char *trimcpy (char *);
124 int unputenv (char *);
125 int uprf (char *, char *);
126 int vfgets (FILE *, char **);
127 char *write_charset_8bit (void);
128
129 #ifdef RPATHS
130 int get_returnpath (char *, int, char *, int);
131 #endif
132
133 /*
134  * prototypes for compatibility functions in library
135  */
136 #ifndef HAVE_SNPRINTF_PROTOTYPE
137 int snprintf (char *, size_t, const char *, ...);
138 int vsnprintf (char *, size_t, const char *, va_list);
139 #endif
140
141 int strcasecmp (const char *s1, const char *s2);
142 int strncasecmp (const char *s1, const char *s2, size_t n);
143
144 #ifndef HAVE_STRERROR
145 char *strerror (int);
146 #endif
147
148
149 /*
150  * some prototypes for address parsing system
151  * (others are in addrsbr.h)
152  */
153 char *LocalName(void);
154 char *SystemName(void);
155 char *OfficialName(char *);
156
157 /*
158  * prototypes for some routines in uip
159  */
160 int annotate (char *, char *, char *, int, int, int, int);
161 void annolist(char *, char *, char *, int);
162 void annopreserve(int);
163 int distout (char *, char *, char *);
164 void replout (FILE *, char *, char *, struct msgs *, int,
165         int, char *, char *, char *);
166 int sendsbr (char **, int, char *, struct stat *, int, char *);
167 int what_now (char *, int, int, char *, char *,
168         int, struct msgs *, char *, int, char *);
169