From 1bc12ea443d2068a00aa6313bba45dd3aa642ab1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 10 Jul 2007 12:23:04 +0000 Subject: adding uchar type for easy ref --- rsyslog.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'rsyslog.h') 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 */ -- cgit