GCS
0.2.3
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
src
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_ */
Generated on Tue Sep 16 2014 09:07:35 for GCS by
1.8.7