Add basic client socket config

This commit is contained in:
2018-11-03 20:13:23 +01:00
parent e18af3e94e
commit 69612815b6
3 changed files with 88 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#ifndef HTTP_HEADER_FILE
#define HTTP_HEADER_FILE
static void print_usage();
static void print_usage(void);
static void check_opts_number(int argc);
#endif