ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/libopm/src/config.h
Revision: 6003
Committed: Thu May 28 15:56:43 2015 UTC (8 years, 10 months ago) by michael
Content type: text/x-chdr
File size: 458 byte(s)
Log Message:
- Use 'extern' keyword where appropriate

File Contents

# Content
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 */

Properties

Name Value
svn:eol-style native
svn:keywords Id