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);
void mh_error(const char *fmt, ...);
FILE *mh_audit_open (char *name, mailbox_t mbox);
void mh_audit_close (FILE *fp);
void *xmalloc (size_t);
void *xrealloc (void *, size_t);
......