GCS  0.2.3
gu_init.h
1 /*
2  * Copyright (C) 2013 Codership Oy <info@codership.com>
3  *
4  * $Id: gu_init.h 3278 2013-09-11 16:32:53Z alex $
5  */
6 
10 #ifndef _GU_INIT_H_
11 #define _GU_INIT_H_
12 
13 #if defined(__cplusplus)
14 extern "C" {
15 #endif
16 
17 #include "gu_log.h"
18 
19 extern void
20 gu_init (gu_log_cb_t log_cb);
21 
22 #if defined(__cplusplus)
23 }
24 #endif
25 
26 #endif /* _GU_INIT_H_ */