This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
unix/http/shared/http.h

7 lines
130 B
C
Raw Permalink Normal View History

#ifndef HTTP_HEADER_FILE
#define HTTP_HEADER_FILE
2018-11-03 19:13:23 +00:00
static void print_usage(void);
static void check_opts_number(int argc);
#endif