0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
elinks/src/config/cmdline.h

19 lines
267 B
C
Raw 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 22:39:08 +03:00
LIST_OF(struct string_list_item) *);
#ifdef __cplusplus
}
#endif
#endif