11 |
int type; |
int type; |
12 |
}; |
}; |
13 |
|
|
14 |
void libopm_config_free(OPM_CONFIG_T *); |
extern void libopm_config_free(OPM_CONFIG_T *); |
15 |
void *libopm_config(OPM_CONFIG_T *, unsigned int); |
extern void *libopm_config(OPM_CONFIG_T *, unsigned int); |
16 |
int libopm_config_gettype(int); |
extern int libopm_config_gettype(int); |
17 |
OPM_CONFIG_T *libopm_config_create(void); |
extern OPM_CONFIG_T *libopm_config_create(void); |
18 |
OPM_ERR_T libopm_config_set(OPM_CONFIG_T *, unsigned int , const void *); |
extern OPM_ERR_T libopm_config_set(OPM_CONFIG_T *, unsigned int , const void *); |
19 |
#endif /* CONFIG_H */ |
#endif /* CONFIG_H */ |