Merge branch 'master' of goat:git/vrfileman
[vrfileman] / src / opt.h
index d47d8e3..8f7d964 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -9,7 +9,7 @@ struct Options {
        const char *path;
 };
 
-extern Options opt;
+extern Options opt, def_opt;
 
 bool init_options(int argc, char **argv, const char *cfgfile);