ossp-pkg/cfg/cfg.h 1.11 -> 1.12
--- cfg.h 2002/07/18 15:34:55 1.11
+++ cfg.h 2002/08/02 19:07:12 1.12
@@ -119,6 +119,7 @@
cfg_rc_t cfg_create (cfg_t **cfg);
cfg_rc_t cfg_destroy (cfg_t *cfg);
cfg_rc_t cfg_error (cfg_t *cfg, cfg_rc_t rc, char **error);
+long cfg_version (void);
/* configuration import/export */
cfg_rc_t cfg_import (cfg_t *cfg, cfg_node_t *node, cfg_fmt_t fmt, const char *in_ptr, size_t in_len);
|
|