http.h 130 Bytes
Newer Older
1 2 3
#ifndef HTTP_HEADER_FILE
#define HTTP_HEADER_FILE

Ivaylo Ivanov's avatar
Ivaylo Ivanov committed
4
static void print_usage(void);
5 6 7
static void check_opts_number(int argc);

#endif