@@ -53,11 +53,11 @@ LC_ERR_INVSECTION, LC_ERR_INVDATA, LC_ERR_BADFORMAT, LC_ERR_CANTOPEN, LC_ERR_CALLBACK, - LC_ERR_ENOMEM + LC_ERR_ENOMEM } lc_err_t; __BLANK_LINE__ int lc_process(int argc, char **argv, const char *appname, lc_conf_type_t type, const char *extra); @@ -70,8 +70,12 @@ !define LC_CBRET_IGNORESECTION (255) !define LC_CBRET_OKAY (0) !define LC_CBRET_ERROR (-1) +__BLANK_LINE__ + +extern int lc_optind; + __BLANK_LINE__ !endif