Parent Directory
|
Revision Log
- Use 'extern' keyword where appropriate
1 | #ifndef CONFIG_H |
2 | #define CONFIG_H |
3 | |
4 | #include "libopm.h" |
5 | |
6 | typedef struct _opm_config_hash OPM_CONFIG_HASH_T; |
7 | |
8 | struct _opm_config_hash |
9 | { |
10 | int key; |
11 | int type; |
12 | }; |
13 | |
14 | extern void libopm_config_free(OPM_CONFIG_T *); |
15 | extern void *libopm_config(OPM_CONFIG_T *, unsigned int); |
16 | extern int libopm_config_gettype(int); |
17 | extern OPM_CONFIG_T *libopm_config_create(void); |
18 | extern OPM_ERR_T libopm_config_set(OPM_CONFIG_T *, unsigned int , const void *); |
19 | #endif /* CONFIG_H */ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |