summaryrefslogtreecommitdiff
path: root/mg_tools.h
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-09-28 13:08:14 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-09-28 13:08:14 +0000
commit24a870f6c1824281711afbc75ed30128353fa6c7 (patch)
tree5a9c6b6aa2301bff508cb7e0b84b2fc58885780b /mg_tools.h
parentf8aa2ddee993d8873d0baf66c256e06db817d9ea (diff)
downloadvdr-plugin-muggle-24a870f6c1824281711afbc75ed30128353fa6c7.tar.gz
vdr-plugin-muggle-24a870f6c1824281711afbc75ed30128353fa6c7.tar.bz2
Formatting and documentation issues
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@190 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r--mg_tools.h29
1 files changed, 7 insertions, 22 deletions
diff --git a/mg_tools.h b/mg_tools.h
index 3307e3e..7785ece 100644
--- a/mg_tools.h
+++ b/mg_tools.h
@@ -32,10 +32,15 @@ MYSQL_RES* mgSqlReadQuery( MYSQL *db, const char *fmt, ... );
*
* \todo Could be a member of mgDatabase?
*/
-void mgSqlWriteQuery( MYSQL *db, const char *fmt, ... );
+void mgSqlWriteQuery( MYSQL *db, const char *fmt, ... );
-/*! \brief Logging utilities */
+/*!
+ * \brief Logging utilities
+ *
+ * \todo these could be static members in the mgLog class
+ * \todo code of these functions should be compiled conditionally
+ */
//@{
void mgSetDebugLevel(int new_level);
void mgDebug(int level, const char *fmt, ...);
@@ -92,24 +97,4 @@ class mgLog
};
-/* -------------------- begin CVS log ---------------------------------
- * $Log: mg_tools.h,v $
- * Revision 1.4 2004/08/30 14:31:43 LarsAC
- * Documentation added
- *
- * Revision 1.3 2004/05/28 15:29:18 lvw
- * Merged player branch back on HEAD branch.
- *
- * Revision 1.2.2.2 2004/04/18 14:08:41 lvw
- * Added some more logging/debugging code
- *
- * Revision 1.2.2.1 2004/04/09 16:14:48 lvw
- * Added further code for logging/debugging.
- *
- * Revision 1.2 2004/02/02 22:48:04 MountainMan
- * added CVS $Log
- *
- *
- * --------------------- end CVS log ----------------------------------
- */
#endif /* _MUGGLE_TOOLS_H */