From a257703e59163b4f38c38f549179b8e45ac68c63 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 1 Dec 2008 15:01:11 +0000 Subject: Reformat code to GNU coding style This is a commit which simply ran all C source code files through GNU indent. No other modifications were made. --- src/log.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 118f6f3..a31888c 100644 --- a/src/log.h +++ b/src/log.h @@ -87,7 +87,7 @@ # define LOG_DEBUG 7 #endif -#define LOG_CONN 8 /* extra to log connections without the INFO stuff */ +#define LOG_CONN 8 /* extra to log connections without the INFO stuff */ /* * Use this for debugging. The format is specific: @@ -102,12 +102,12 @@ # define DEBUG2(x, y...) do { } while(0) #endif -extern int open_log_file(const char *file); -extern void close_log_file(void); -extern void truncate_log_file(void); +extern int open_log_file (const char *file); +extern void close_log_file (void); +extern void truncate_log_file (void); -extern void log_message(int level, char *fmt, ...); -extern void set_log_level(int level); -extern void send_stored_logs(void); +extern void log_message (int level, char *fmt, ...); +extern void set_log_level (int level); +extern void send_stored_logs (void); #endif -- cgit v1.2.3