[wip] draw_images(): w, h, spos -> box screen_img; img_box -> pixel_box
[elinks/images.git] / src / config / cmdline.h
blob4ed3904218502024116aecbda043a1e08d443750
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 *[],
8 LIST_OF(struct string_list_item) *);
10 #endif