1038: Remove remembering last 8 URLs. It did not work.
[elinks.git] / src / config / cmdline.h
blob4ed3904218502024116aecbda043a1e08d443750
1 #ifndef EL__CONFIG_CMDLINE_H
2 #define EL__CONFIG_CMDLINE_H
4 #include "main/main.h"
5 #include "util/lists.h"
7 enum retval parse_options(int, unsigned char *[],
8 LIST_OF(struct string_list_item) *);
10 #endif