Python: Give goto_url_hook only one argument, like follow_url_hook.
[elinks.git] / src / config / cmdline.h
blobcb085353090487c9da9dc32dadb844ea3cce4b09
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 *[], struct list_head *);
9 #endif