Factor mailbox_create() out of nat_reset() and files.c
This commit is contained in:
parent
8b7591f5d7
commit
c4337f7aec
4 changed files with 17 additions and 10 deletions
|
@ -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 *),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue