http.h 126 Bytes
Newer Older
1 2 3 4 5 6 7
#ifndef HTTP_HEADER_FILE
#define HTTP_HEADER_FILE

static void print_usage();
static void check_opts_number(int argc);

#endif