* (mh_strcasecmp): Rename the private strcasecmp function to mh_strcasecmp.
[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 void adios (char *, char *, ...);
29 void admonish (char *, char *, ...);
30 void advertise (char *, char *, char *, va_list);
31 void advise (char *, char *, ...);
32 void ambigsw (char *, struct swit *);
33 int atooi(char *);
34 char **brkstring (char *, char *, char *);
35 int check_charset (char *, int);
36 void closefds(int);
37 char *concat (char *, ...);
38 int context_del (char *);
39 char *context_find (char *);
40 int context_foil (char *);
41 void context_read (void);
42 void context_replace (char *, char *);
43 void context_save (void);
44 char *copy (char *, char *);
45 char **copyip (char **, char **, int);
46 void cpydata (int, int, char *, char *);
47 void cpydgst (int, int, char *, char *);
48 int decode_rfc2047 (char *, char *, size_t);
49 void discard (FILE *);
50 int done (int);
51 int ext_hook(char *, char *, char *);
52 int fdcompare (int, int);
53 int folder_addmsg (struct msgs **, char *, int, int, int, int, char *);
54 int folder_delmsgs (struct msgs *, int, int);
55 void folder_free (struct msgs *);
56 int folder_pack (struct msgs **, int);
57 struct msgs *folder_read (char *);
58 struct msgs *folder_realloc (struct msgs *, int, int);
59 int gans (char *, struct swit *);
60 char **getans (char *, struct swit *);
61 int getanswer (char *);
62 char **getarguments (char *, int, char **, int);
63 char *get_charset();
64 char *getcpy (char *);
65 char *getfolder(int);
66 int lkclose(int, char*);
67 int lkfclose(FILE *, char *);
68 FILE *lkfopen(char *, char *);
69 int lkopen(char *, int, mode_t);
70 int m_atoi (char *);
71 char *m_backup (char *);
72 int m_convert (struct msgs *, char *);
73 char *m_draft (char *, char *, int, int *);
74 void m_eomsbr (int (*)());
75 int m_getfld (int, unsigned char *, unsigned char *, int, FILE *);
76 int m_gmprot (void);
77 char *m_maildir (char *);
78 char *m_mailpath (char *);
79 char *m_name (int);
80 int m_putenv (char *, char *);
81 char *m_scratch (char *, char *);
82 char *m_tmpfil (char *);
83 void m_unknown(FILE *);
84 int makedir (char *);
85 char *nmh_getpass(const char *);
86 char *norm_charmap(char *);
87 char *new_fs (char *, char *, char *);
88 char *path(char *, int);
89 int peekc(FILE *ib);
90 int pidwait (pid_t, int);
91 int pidstatus (int, FILE *, char *);
92 void print_help (char *, struct swit *, int);
93 void print_sw (char *, struct swit *, char *);
94 void print_version (char *);
95 void push (void);
96 char *pwd (void);
97 char *r1bindex(char *, int);
98 void readconfig (struct node **, FILE *, char *, int);
99 int refile (char **, char *);
100 int ruserpass(char *, char **, char **);
101 int remdir (char *);
102 int seq_addmsg (struct msgs *, char *, int, int, int);
103 int seq_addsel (struct msgs *, char *, int, int);
104 char *seq_bits (struct msgs *);
105 int seq_delmsg (struct msgs *, char *, int);
106 int seq_delsel (struct msgs *, char *, int, int);
107 int seq_getnum (struct msgs *, char *);
108 char *seq_list (struct msgs *, char *);
109 int seq_nameok (char *);
110 void seq_print (struct msgs *, char *);
111 void seq_printall (struct msgs *);
112 void seq_read (struct msgs *);
113 void seq_save (struct msgs *);
114 void seq_setcur (struct msgs *, int);
115 void seq_setprev (struct msgs *);
116 void seq_setunseen (struct msgs *, int);
117 int showfile (char **, char *);
118 int smatch(char *, struct swit *);
119 char *snprintb (char *, size_t, unsigned, char *);
120 int ssequal (char *, char *);
121 int stringdex (char *, char *);
122 char *trimcpy (char *);
123 int unputenv (char *);
124 int uprf (char *, char *);
125 int vfgets (FILE *, char **);
126 char *write_charset_8bit (void);
127
128 #ifdef RPATHS
129 int get_returnpath (char *, int, char *, int);
130 #endif
131
132 /*
133  * prototypes for compatibility functions in library
134  */
135 #ifndef HAVE_SNPRINTF_PROTOTYPE
136 int snprintf (char *, size_t, const char *, ...);
137 int vsnprintf (char *, size_t, const char *, va_list);
138 #endif
139
140 int mh_strcasecmp (const char *s1, const char *s2);
141 int strncasecmp (const char *s1, const char *s2, size_t n);
142
143
144 /*
145  * some prototypes for address parsing system
146  * (others are in addrsbr.h)
147  */
148 char *LocalName(void);
149 char *SystemName(void);
150 char *OfficialName(char *);
151
152 /*
153  * prototypes for some routines in uip
154  */
155 int annotate (char *, char *, char *, int, int, int, int);
156 void annolist(char *, char *, char *, int);
157 void annopreserve(int);
158 int distout (char *, char *, char *);
159 void replout (FILE *, char *, char *, struct msgs *, int,
160         int, char *, char *, char *);
161 int sendsbr (char **, int, char *, struct stat *, int, char *, int);
162 int what_now (char *, int, int, char *, char *,
163         int, struct msgs *, char *, int, char *);
164