Move fd flow code into flow.c

This commit is contained in:
Ian Gulliver
2016-03-02 19:16:23 -08:00
parent 896874e9d7
commit 20bc50795d
5 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,6 @@
struct flow;
void file_cleanup(void);
void file_fd_new(int, struct flow *, void *);
void file_read_new(char *, struct flow *, void *);
void file_write_new(char *, struct flow *, void *);
void file_append_new(char *, struct flow *, void *);