diff options
Diffstat (limited to 'args.h')
| -rw-r--r-- | args.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef ARGS_H_ +#define ARGS_H_ + +#include "state.h" + +void parse_args(client_state* state, int argc, char* argv[]); + +#endif |
