Factor mailbox_create() out of nat_reset() and files.c

This commit is contained in:
Markus Armbruster 2011-11-26 16:01:51 +01:00
parent 8b7591f5d7
commit c4337f7aec
4 changed files with 17 additions and 10 deletions

View file

@ -56,6 +56,7 @@ struct telstr {
};
extern char *mailbox(char *buf, natid cn);
extern int mailbox_create(char *);
extern int tel_read_header(FILE *, char *, struct telstr *);
extern int tel_read_body(FILE *, char *, struct telstr *,
int (*sink)(char *, size_t, void *),