summaryrefslogtreecommitdiff
path: root/mg_tools.h
diff options
context:
space:
mode:
authorMountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-02 22:48:04 +0000
committerMountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-02 22:48:04 +0000
commitdef2b0b7241040df3051be97a8780c073788d9f0 (patch)
treec1df90fb933dc36001c33e854bd70438743402b8 /mg_tools.h
parenta1e64b757a9363827797732a3785034e216f0678 (diff)
downloadvdr-plugin-muggle-def2b0b7241040df3051be97a8780c073788d9f0.tar.gz
vdr-plugin-muggle-def2b0b7241040df3051be97a8780c073788d9f0.tar.bz2
added CVS $Log
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@21 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r--mg_tools.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/mg_tools.h b/mg_tools.h
index 68c8104..f913667 100644
--- a/mg_tools.h
+++ b/mg_tools.h
@@ -3,10 +3,10 @@
* \brief A few util functions for standalone and plugin messaging
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.1 $
- * \date $Date: 2004/02/01 18:22:53 $
+ * \version $Revision: 1.2 $
+ * \date $Date: 2004/02/02 22:48:04 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
- * \author file owner: $Author: LarsAC $
+ * \author file owner: $Author: MountainMan $
*
*/
/*******************************************************************/
@@ -28,4 +28,12 @@ void mgError(const char *fmt, ...);
MYSQL_RES* mgSqlReadQuery(MYSQL *db, const char *fmt, ...);
void mgSqlWriteQuery(MYSQL *db, const char *fmt, ...);
-#endif
+/* -------------------- begin CVS log ---------------------------------
+ * $Log: mg_tools.h,v $
+ * Revision 1.2 2004/02/02 22:48:04 MountainMan
+ * added CVS $Log
+ *
+ *
+ * --------------------- end CVS log ----------------------------------
+ */
+#endif /* _MUGGLE_TOOLS_H */