diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/command.h b/command.h new file mode 100644 index 0000000..7bae5ae --- /dev/null +++ b/command.h @@ -0,0 +1,2 @@ +int command_handle(int fd); +void command_free(); |