comparison src/master/log.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 9928ebb54719
children 402d14b5ef8b
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __LOG_H 1 #ifndef LOG_H
2 #define __LOG_H 2 #define LOG_H
3 3
4 struct log_io; 4 struct log_io;
5 5
6 int log_create_pipe(struct log_io **log_r, unsigned int max_lines_per_sec); 6 int log_create_pipe(struct log_io **log_r, unsigned int max_lines_per_sec);
7 void log_set_prefix(struct log_io *log, const char *prefix); 7 void log_set_prefix(struct log_io *log, const char *prefix);