#ifndef ARGS_H_ #define ARGS_H_ #include "state.h" bool parse_args(client_state* state, int argc, char* argv[]); #endif