X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fgetopt.h;h=9ea498ce7d6d6b9daab6ae72455d37050cc759d9;hb=959566090f98dd31eaa67d3d5959b641e5fe902b;hp=68d106335cb45edac2dc990ca45599251a1b5e58;hpb=5423d3ec7aa3ff3fec105c49f7ec1a122e82561d;p=libucw.git diff --git a/ucw/getopt.h b/ucw/getopt.h index 68d10633..9ea498ce 100644 --- a/ucw/getopt.h +++ b/ucw/getopt.h @@ -11,6 +11,13 @@ #ifndef _UCW_GETOPT_H #define _UCW_GETOPT_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define cf_def_file ucw_cf_def_file +#define cf_env_file ucw_cf_env_file +#define cf_getopt ucw_cf_getopt +#define reset_getopt ucw_reset_getopt +#endif + #ifdef CONFIG_UCW_OWN_GETOPT #include #else