From b061a7193e2a5920486eaa8a37503a0ce4f10b41 Mon Sep 17 00:00:00 2001 From: lvw Date: Mon, 20 Sep 2004 15:25:39 +0000 Subject: Code reviews regarding playlist handling. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@171 e10066b5-e1e2-0310-b819-94efdf66514b --- muggle-plugin/gd_content_interface.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'muggle-plugin/gd_content_interface.c') 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 ) -- cgit v1.2.3