Differences From Artifact [8a37e64caa]:
- File conf_colon.c — part of check-in [0334619956] at 2004-10-22 23:42:33 on branch trunk — Created libconfig project. (user: rkeene, size: 166) [annotate] [blame] [check-ins using]
To Artifact [8274083490]:
- File conf_colon.c — part of check-in [53df9990ae] at 2004-10-22 23:59:18 on branch trunk — Made dysfunctional configuration elements return -1. Made conf_section work correctly. (user: rkeene, size: 167) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 7 | - + | #include "libconfig.h" #include "libconfig_private.h" #include "conf_colon.h" int lc_process_conf_colon(const char *appname, const char *configfile) { |