The parsers collide with conf2.c and I want to be able to have both modules
in the library before I convert all programs.
{ 0, 0, 0 }
};
+#if 0
static const struct unit *cf_lookup_unit(byte *value, byte *end, char **msg)
{
if (end && *end) {
error:
return "Invalid IP address";
}
+#endif
byte *cf_set_item(byte *sect, byte *name, byte *value)
{
* 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);
*/
byte *cf_parse_ip(byte **value, u32 *varp);
+#endif
/*
* When using cf_getopt, you must prefix your own short/long options by the