MySQL realated stuff documented.
[mediadatabase.git] / libfrontend / conf.h
blobd888b01ad5d90d027abb10f68f74b62363debbfc
1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*****************************************************************************
4 * $Id: conf.h,v 1.2 2005/02/19 20:58:32 nedko Exp $
6 * DESCRIPTION:
7 * Mediadatabase configuration file public declarations.
9 * AUTHOR:
10 * Nedko Arnaudov <nedko@users.sourceforge.net>
12 * LICENSE:
13 * GNU GENERAL PUBLIC LICENSE version 2
15 *****************************************************************************/
17 #ifndef CONF_H__676B81C4_D84B_4F44_9989_E885F11AC710__INCLUDED
18 #define CONF_H__676B81C4_D84B_4F44_9989_E885F11AC710__INCLUDED
20 mediadb_result
21 conf_parse();
23 mediadb_result
24 conf_write();
26 void
27 conf_cleanup();
29 #endif /* #ifndef CONF_H__676B81C4_D84B_4F44_9989_E885F11AC710__INCLUDED */
31 /*****************************************************************************
33 * Modifications log:
35 * !!! WARNING !!! Following lines are automatically updated by the CVS system.
37 * $Log: conf.h,v $
38 * Revision 1.2 2005/02/19 20:58:32 nedko
39 * Implement conf file writing.
41 * Revision 1.1 2004/05/16 19:01:17 nedko
42 * libfrontend holds code common to frontends but not in libdb.
44 *****************************************************************************/