Protos for new functions.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -150,6 +150,9 @@ mh_builtin_t *mh_lookup_builtin (char *name, int *rest); | ... | @@ -150,6 +150,9 @@ mh_builtin_t *mh_lookup_builtin (char *name, int *rest); |
150 | 150 | ||
151 | void mh_error(const char *fmt, ...); | 151 | void mh_error(const char *fmt, ...); |
152 | 152 | ||
153 | FILE *mh_audit_open (char *name, mailbox_t mbox); | ||
154 | void mh_audit_close (FILE *fp); | ||
155 | |||
153 | void *xmalloc (size_t); | 156 | void *xmalloc (size_t); |
154 | void *xrealloc (void *, size_t); | 157 | void *xrealloc (void *, size_t); |
155 | 158 | ... | ... |
-
Please register or sign in to post a comment