From 5a24bec70aa2614e847e866be514341dce10ff19 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 14 Oct 2017 03:07:49 +0200 Subject: Move config_t cfg into config.c. --- src/misc/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc/config.h') 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 -- cgit v1.2.3-70-g09d2