summaryrefslogtreecommitdiff
path: root/mg_tools.h
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-10 11:34:49 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-10 11:34:49 +0000
commit663a81fd151792f1fe5b27838f1dd71486078295 (patch)
tree45c7aeda5799b60024e46ff0446a4ad89d691192 /mg_tools.h
parent43ae8b875fb3cd299c59efd42aeb0aefb499f8cf (diff)
downloadvdr-plugin-muggle-663a81fd151792f1fe5b27838f1dd71486078295.tar.gz
vdr-plugin-muggle-663a81fd151792f1fe5b27838f1dd71486078295.tar.bz2
revert last revision about msprintf. msprintf has a problem with va_list which I cannot resolve.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1014 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r--mg_tools.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mg_tools.h b/mg_tools.h
index 12cf432..be2bf93 100644
--- a/mg_tools.h
+++ b/mg_tools.h
@@ -31,7 +31,6 @@ void mgDebug (int level, const char *fmt, ...);
void mgDebug (const char *fmt, ...);
void mgWarning (const char *fmt, ...);
void mgError (const char *fmt, ...);
-int msprintf(char **strp, const char *fmt, ...);
//@}
#ifdef DEBUG