Commit 670550a0 670550a099656b1360135a255af08560b248ba92 by Sergey Poznyakoff

Protos for new functions.

1 parent 93ee46dd
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
......