2005-09-15 09:58:31 -04:00
|
|
|
#ifndef EL__CONFIG_CMDLINE_H
|
|
|
|
#define EL__CONFIG_CMDLINE_H
|
|
|
|
|
|
|
|
#include "main/main.h"
|
|
|
|
#include "util/lists.h"
|
|
|
|
|
2007-07-26 15:39:08 -04:00
|
|
|
enum retval parse_options(int, unsigned char *[],
|
|
|
|
LIST_OF(struct string_list_item) *);
|
2005-09-15 09:58:31 -04:00
|
|
|
|
|
|
|
#endif
|