]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf.h
conf2: add 2 ASSERT's on checking the user-defined type size
[libucw.git] / lib / conf.h
index 7b86dc24f4c7a93e4a0e775de68ce4a0a2047828..808e8a122b4771a912c28e5dfcf0320129e0f116 100644 (file)
@@ -61,6 +61,7 @@ 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);
@@ -70,6 +71,7 @@ byte *cf_parse_double(byte *value, double *varp);
  */
 
 byte *cf_parse_ip(byte **value, u32 *varp);
+#endif
 
 /*
  * When using cf_getopt, you must prefix your own short/long options by the