1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/config/cmdline.h

19 lines
267 B
C
Raw Permalink Normal View History

#ifndef EL__CONFIG_CMDLINE_H
#define EL__CONFIG_CMDLINE_H
#include "main/main.h"
#include "util/lists.h"
#ifdef __cplusplus
extern "C" {
#endif
enum retval parse_options(int, char *[],
2007-07-26 15:39:08 -04:00
LIST_OF(struct string_list_item) *);
#ifdef __cplusplus
}
#endif
#endif