GCS  0.2.3
gu_conf.h
Go to the documentation of this file.
1 // Copyright (C) 2007 Codership Oy <info@codership.com>
2 
10 #ifndef _gu_conf_h_
11 #define _gu_conf_h_
12 
13 /* Logging options */
14 #include <stdio.h>
15 #include "gu_log.h"
16 extern int gu_conf_set_log_file (FILE* file);
17 extern int gu_conf_set_log_callback (gu_log_cb_t callback);
18 extern int gu_conf_self_tstamp_on ();
19 extern int gu_conf_self_tstamp_off ();
20 extern int gu_conf_debug_on ();
21 extern int gu_conf_debug_off ();
22 
23 #endif // _gu_conf_h_