diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-26 11:12:25 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-26 11:12:25 +0000 |
commit | a101b38dea6890fa1dbf5b8560665826b69fa4ae (patch) | |
tree | 2615e691684c22951ebb881d6a5009257aad2f97 /src/xine-engine/configfile.c | |
parent | 4042284ccba79fe453dfca7b4d45edba31d36d48 (diff) | |
download | xine-lib-a101b38dea6890fa1dbf5b8560665826b69fa4ae.tar.gz xine-lib-a101b38dea6890fa1dbf5b8560665826b69fa4ae.tar.bz2 |
Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in
proto decl, etc...
CVS patchset: 350
CVS date: 2001/07/26 11:12:25
Diffstat (limited to 'src/xine-engine/configfile.c')
-rw-r--r-- | src/xine-engine/configfile.c | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/xine-engine/configfile.c b/src/xine-engine/configfile.c index 729d2e600..d901f0d5c 100644 --- a/src/xine-engine/configfile.c +++ b/src/xine-engine/configfile.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.c,v 1.3 2001/06/15 11:08:13 f1rmb Exp $ + * $Id: configfile.c,v 1.4 2001/07/26 11:12:26 f1rmb Exp $ * * config file management - implementation * @@ -33,17 +33,6 @@ #include "configfile.h" #include "utils.h" -typedef struct cfg_entry_s { - struct cfg_entry_s *next; - char *key, *value; -} cfg_entry_t; - -struct cfg_data_s { - cfg_entry_t *gConfig, *gConfigLast; -}; - - - /* * internal utility functions *******************************/ @@ -290,6 +279,10 @@ config_values_t *config_file_init (char *filename) { /* * $Log: configfile.c,v $ + * Revision 1.4 2001/07/26 11:12:26 f1rmb + * Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in + * proto decl, etc... + * * Revision 1.3 2001/06/15 11:08:13 f1rmb * Check arguments in public functions. * |