summaryrefslogtreecommitdiffstats
path: root/runtime/unicode-helper.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-03 14:45:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-03 14:45:09 +0200
commitf54e72cec06f21f4af939c70541e8a339b7e56ff (patch)
tree12912644e7d614082ea21715367996e43df3a55d /runtime/unicode-helper.h
parent4f742a8e32c43dc9b514ceaf80f4d17e697dfdf6 (diff)
downloadrsyslog-f54e72cec06f21f4af939c70541e8a339b7e56ff.tar.gz
rsyslog-f54e72cec06f21f4af939c70541e8a339b7e56ff.tar.xz
rsyslog-f54e72cec06f21f4af939c70541e8a339b7e56ff.zip
first proof of concept on zipped file writer
This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.
Diffstat (limited to 'runtime/unicode-helper.h')
-rw-r--r--runtime/unicode-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/unicode-helper.h b/runtime/unicode-helper.h
index 36d76a78..fe4cc1f8 100644
--- a/runtime/unicode-helper.h
+++ b/runtime/unicode-helper.h
@@ -48,6 +48,7 @@ static inline uchar* ustrdup(uchar *psz)
#define UCHAR_CONSTANT(x) ((uchar*) (x))
+#define CHAR_CONVERT(x) ((char*) (x))
#endif /* multi-include protection */
/* vim:set ai: