diff options
Diffstat (limited to 'pingu_conf.h')
-rw-r--r-- | pingu_conf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pingu_conf.h b/pingu_conf.h new file mode 100644 index 0000000..8962475 --- /dev/null +++ b/pingu_conf.h @@ -0,0 +1,6 @@ +#ifndef PINGU_CONF_H +#define PINGU_CONF_H + +int pingu_conf_read(const char *filename); + +#endif |