X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilclog.c;h=b415c664d1eecc3ed45b0b6829da2895f859c206;hp=6095910a699627432ec6a8823cf288afede1eff9;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/lib/silcutil/silclog.c b/lib/silcutil/silclog.c index 6095910a..b415c664 100644 --- a/lib/silcutil/silclog.c +++ b/lib/silcutil/silclog.c @@ -32,7 +32,7 @@ struct SilcLogStruct { char *filename; FILE *fp; - uint32 maxsize; + SilcUInt32 maxsize; char *typename; SilcLogType type; SilcLogCb cb; @@ -241,7 +241,7 @@ char *silc_log_get_file(SilcLogType type) } /* Set and initialize the specified logging channel. See the API reference */ -bool silc_log_set_file(SilcLogType type, char *filename, uint32 maxsize, +bool silc_log_set_file(SilcLogType type, char *filename, SilcUInt32 maxsize, SilcSchedule scheduler) { FILE *fp = NULL; @@ -367,7 +367,7 @@ void silc_log_output_debug(char *file, char *function, void silc_log_output_hexdump(char *file, char *function, int line, void *data_in, - uint32 len, char *string) + SilcUInt32 len, char *string) { int i, k; int off, pos, count;