--- cfg.pod 2002/07/30 19:28:37 1.6
+++ cfg.pod 2002/08/09 13:30:18 1.7
@@ -34,9 +34,56 @@
B<OSSP cfg> - Configuration Parsing
+=head1 VERSION
+
+OSSP cfg CFG_VERSION_STR
+
=head1 SYNOPSIS
-...
+=over 4
+
+=item B<API Header:>
+
+cfg.h
+
+=item B<API Types:>
+
+cfg_t,
+cfg_rc_t,
+cfg_node_type_t,
+cfg_node_t,
+cfg_node_attr_t,
+cfg_fmt_t,
+cfg_data_t,
+cfg_data_ctrl_t,
+cfg_data_cb_t,
+cfg_data_attr_t
+
+=item B<API Functions:>
+
+cfg_create,
+cfg_destroy,
+cfg_error,
+cfg_version,
+cfg_import,
+cfg_export,
+cfg_node_create,
+cfg_node_destroy,
+cfg_node_clone,
+cfg_node_set,
+cfg_node_get,
+cfg_node_root,
+cfg_node_select,
+cfg_node_find,
+cfg_node_apply,
+cfg_node_cmp,
+cfg_node_link,
+cfg_node_unlink,
+cfg_data_set,
+cfg_data_get,
+cfg_data_ctrl
+
+=back
=head1 DESCRIPTION
|