diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-20 15:25:39 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-20 15:25:39 +0000 |
| commit | b061a7193e2a5920486eaa8a37503a0ce4f10b41 (patch) | |
| tree | 77dbc0266a5f38ad2cfa890d09fcb8af11d69df3 /muggle-plugin/gd_content_interface.c | |
| parent | 57edc786ebbd24118bf291bc60e0fe9377b0fe0c (diff) | |
| download | vdr-plugin-muggle-b061a7193e2a5920486eaa8a37503a0ce4f10b41.tar.gz vdr-plugin-muggle-b061a7193e2a5920486eaa8a37503a0ce4f10b41.tar.bz2 | |
Code reviews regarding playlist handling.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@171 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/gd_content_interface.c')
| -rw-r--r-- | muggle-plugin/gd_content_interface.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/muggle-plugin/gd_content_interface.c b/muggle-plugin/gd_content_interface.c index 6c2f496..01e71b2 100644 --- a/muggle-plugin/gd_content_interface.c +++ b/muggle-plugin/gd_content_interface.c @@ -26,12 +26,17 @@ using namespace std; -#define GD_PLAYLIST_TYPE 0 // listtype for giant disc db +#define GD_PLAYLIST_TYPE 0 //< listtype for giant disc db // some dummies to keep the compiler happy #define DUMMY_CONDITION true // we use that as dummy condition to satisfy C++ syntax #define DUMMY +/*! + * \brief initialize a database used by Giantdisc + * + * \todo should be a static function in some Gd class + */ int GdInitDatabase( MYSQL *db ) { if( mysql_init(db) == NULL ) |
