diff src/options.h @ 740:9b0ac8d58c89

Move setup_default_options() and sync_options_with_current_state() to options.[ch]. Pass ConfOptions * to these instead of directly using global variable. Cleanup #include in main.c.
author zas_
date Thu, 22 May 2008 23:09:53 +0000
parents 8a8873e7a552
children ae618ebec3e9
line wrap: on
line diff
--- a/src/options.h	Thu May 22 22:49:07 2008 +0000
+++ b/src/options.h	Thu May 22 23:09:53 2008 +0000
@@ -234,5 +234,7 @@
 ConfOptions *options;
 
 ConfOptions *init_options(ConfOptions *options);
+void setup_default_options(ConfOptions *options);
+void sync_options_with_current_state(ConfOptions *options);
 
 #endif /* OPTIONS_H */