summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-10 12:23:04 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-10 12:23:04 +0000
commit1bc12ea443d2068a00aa6313bba45dd3aa642ab1 (patch)
tree391bff16dfc78960cbf884979992f5feac4b8b63 /rsyslog.h
parent4a0a430a7f4b17f66a73ade90e5107170be0a30e (diff)
downloadrsyslog-1bc12ea443d2068a00aa6313bba45dd3aa642ab1.tar.gz
rsyslog-1bc12ea443d2068a00aa6313bba45dd3aa642ab1.tar.xz
rsyslog-1bc12ea443d2068a00aa6313bba45dd3aa642ab1.zip
adding uchar type for easy ref
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 59210753..2c3449ab 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -89,4 +89,9 @@ typedef enum rsObjectID rsObjID;
#else
#define RSFREEOBJ(x) {(x)->OID = OIDrsFreed; free(x);}
#endif
-#endif
+
+/* get rid of the unhandy "unsigned char"
+ */
+typedef unsigned char uchar;
+
+#endif /* multi-include protection */