summaryrefslogtreecommitdiff
path: root/muggle-plugin/mg_mysql.h
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-03-09 18:51:21 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-03-09 18:51:21 +0000
commita09d656b90c2355ebf2a38bfaf036a3e1defa1ee (patch)
tree75e31c0d2ec4f71bffe77593679ff595182702b6 /muggle-plugin/mg_mysql.h
parent806a02f87d720494b1b23781f23107ca1f45991e (diff)
downloadvdr-plugin-muggle-a09d656b90c2355ebf2a38bfaf036a3e1defa1ee.tar.gz
vdr-plugin-muggle-a09d656b90c2355ebf2a38bfaf036a3e1defa1ee.tar.bz2
rename HAVE_SERVER to HAVE_ONLY_SERVER, simplify connect, replace USE SQL by sql_select_db
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.4-wr@560 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/mg_mysql.h')
-rw-r--r--muggle-plugin/mg_mysql.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/muggle-plugin/mg_mysql.h b/muggle-plugin/mg_mysql.h
index eddc34e..636862f 100644
--- a/muggle-plugin/mg_mysql.h
+++ b/muggle-plugin/mg_mysql.h
@@ -62,7 +62,6 @@ class mgmySql
bool Connected() const;
bool HasFolderFields() const { return m_hasfolderfields;}
void Connect();
- void Use();
//! \brief create database and tables
void Create();
void FillTables();