aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/config.h')
-rw-r--r--src/misc/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/config.h b/src/misc/config.h
index 84ee025..f93cfc3 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -100,4 +100,6 @@ typedef struct {
unsigned long hex_digits;
} config_t;
+extern config_t cfg;
+
#endif // ECGEN_CONFIG_H