Clean up file and hello messes.
This commit is contained in:
8
adsbus/file.h
Normal file
8
adsbus/file.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
struct flow;
|
||||
|
||||
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 *);
|
||||
Reference in New Issue
Block a user