summaryrefslogtreecommitdiff
path: root/io/bin/generic_gpio/ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/bin/generic_gpio/ini.h')
-rw-r--r--io/bin/generic_gpio/ini.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/io/bin/generic_gpio/ini.h b/io/bin/generic_gpio/ini.h
index accc454..39b7255 100644
--- a/io/bin/generic_gpio/ini.h
+++ b/io/bin/generic_gpio/ini.h
@@ -9,6 +9,8 @@ dictionary * _iniparser_load (const char *conf);
int _iniparser_getnsec (dictionary *d);
char *_iniparser_getsecname (dictionary *d, int i);
void _iniparser_freedict (dictionary *d);
+char *_iniparser_getstring(dictionary * d, const char * key, char * def);
+int _iniparser_getint(dictionary * d, const char * key, int notfound);
#ifdef __cplusplus
}
#endif