diff -r 6068d965328b -r 3b552d7a9610 ucx/logging.c --- a/ucx/logging.c Fri Feb 08 11:25:04 2013 +0100 +++ b/ucx/logging.c Fri Feb 08 17:09:12 2013 +0100 @@ -4,7 +4,7 @@ #include #include -UcxLogger *ucx_logger_new(FILE *stream, unsigned int level, unsigned int mask) { +UcxLogger *ucx_logger_new(void *stream, unsigned int level, unsigned int mask) { UcxLogger *logger = (UcxLogger*) malloc(sizeof(UcxLogger)); if (logger != NULL) { logger->stream = stream;