mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-13 05:43:37 -04:00
11 lines
207 B
C
11 lines
207 B
C
#ifndef EL__CONFIG_CMDLINE_H
|
|
#define EL__CONFIG_CMDLINE_H
|
|
|
|
#include "main/main.h"
|
|
#include "util/lists.h"
|
|
|
|
enum retval parse_options(int, unsigned char *[],
|
|
LIST_OF(struct string_list_item) *);
|
|
|
|
#endif
|