diff src/main.h @ 1309:55ea4962887a

config file format changed to XML save and restore all layout windows save and restore sidebar configuration
author nadvornik
date Sun, 22 Feb 2009 15:35:37 +0000
parents 8b89e3ff286b
children 3c9abbc05792
line wrap: on
line diff
--- a/src/main.h	Sun Feb 22 13:29:49 2009 +0000
+++ b/src/main.h	Sun Feb 22 15:35:37 2009 +0000
@@ -77,7 +77,7 @@
 
 #define GQ_SYSTEM_WIDE_DIR    "/etc/" GQ_APPNAME_LC
 
-#define RC_FILE_NAME GQ_APPNAME_LC "rc"
+#define RC_FILE_NAME GQ_APPNAME_LC "rc.xml"
 
 #define GQ_COLLECTION_EXT ".gqv"
 
@@ -136,6 +136,8 @@
 
 void exit_program(void);
 
+void init_after_global_options(void);
+
 #define CASE_SORT(a, b) ( (options->file_sort.case_sensitive) ? strcmp((a), (b)) : strcasecmp((a), (b)) )