X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf.h;h=808e8a122b4771a912c28e5dfcf0320129e0f116;hb=127fe71f2d6e30902cbdebca148cf10e224d95b5;hp=ef727512b2b08f1d97706dd3ad9614f9434d2843;hpb=6ef7d05283f9005e379e63a6f58c22302b8136a7;p=libucw.git diff --git a/lib/conf.h b/lib/conf.h index ef727512..808e8a12 100644 --- a/lib/conf.h +++ b/lib/conf.h @@ -61,10 +61,18 @@ void cf_read(byte *filename); * Number parsing functions which could be useful in CT_FUNCTION callbacks. */ +#if 0 byte *cf_parse_int(byte *value, uns *varp); byte *cf_parse_u64(byte *value, u64 *varp); byte *cf_parse_double(byte *value, double *varp); +/* + * Some useful parsing functions. + */ + +byte *cf_parse_ip(byte **value, u32 *varp); +#endif + /* * When using cf_getopt, you must prefix your own short/long options by the * CF_(SHORT|LONG)_OPTS.