From 0634ddfa95c76b9784fece491beba734954eeb7f Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 12 Dec 2011 14:06:22 +0100 Subject: [PATCH] Match function prototypes with definitions. --- debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.h b/debug.h index e3acb43..8c53c3c 100644 --- a/debug.h +++ b/debug.h @@ -28,7 +28,7 @@ void debug(uint8_t level, char *format, ...); void debugx(int status, uint8_t level, char *format, ...); void debugerrno(int err, uint8_t level, char *format, ...); void debugerrnox(int err, uint8_t level, char *format, ...); -int debug_set_destination(char *dest, int l); +int debug_set_destination(char *dest, int log_type); void debug_reopen_log(); #if defined(WANT_FTICKS) void fticks_debug(const char *format, ...); -- 2.1.4