diff options
Diffstat (limited to 'pingu_conf.h')
-rw-r--r-- | pingu_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingu_conf.h b/pingu_conf.h index 8962475..37c932a 100644 --- a/pingu_conf.h +++ b/pingu_conf.h @@ -1,6 +1,6 @@ #ifndef PINGU_CONF_H #define PINGU_CONF_H -int pingu_conf_read(const char *filename); +int pingu_conf_parse(const char *filename); #endif |