diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 5e29abf..4d56d9c 100644 --- a/include/config.h +++ b/include/config.h @@ -9,4 +9,6 @@ void readConfig(void); void updateConfig(void); -#endif //CONFIG_H +void saveConfig(); + +#endif //CONFIG_H
\ No newline at end of file |