diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-11 00:24:13 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-11 00:24:13 +0000 |
commit | c25eeebeae274fd671300c88a04fc052f46a804e (patch) | |
tree | 50ad1c89548a257e4dc6dd4fbc82d583c231250c /mg_tools.h | |
parent | b4db96750432e0c88344c0973a20102e3759658b (diff) | |
download | vdr-plugin-muggle-c25eeebeae274fd671300c88a04fc052f46a804e.tar.gz vdr-plugin-muggle-c25eeebeae274fd671300c88a04fc052f46a804e.tar.bz2 |
next try at msprintf, and really enable utf8
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1017 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r-- | mg_tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ 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 |