diff options
| author | J08nY | 2017-10-14 13:25:47 +0200 |
|---|---|---|
| committer | J08nY | 2017-10-14 13:25:47 +0200 |
| commit | 80514f24dae8352f39f9a9e49c0d9afbd8edd432 (patch) | |
| tree | 77735babce3681a792bf5e05fea5b672091026fc /src/misc/config.h | |
| parent | 5a24bec70aa2614e847e866be514341dce10ff19 (diff) | |
| download | ecgen-80514f24dae8352f39f9a9e49c0d9afbd8edd432.tar.gz ecgen-80514f24dae8352f39f9a9e49c0d9afbd8edd432.tar.zst ecgen-80514f24dae8352f39f9a9e49c0d9afbd8edd432.zip | |
Diffstat (limited to 'src/misc/config.h')
| -rw-r--r-- | src/misc/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/misc/config.h b/src/misc/config.h index f93cfc3..0a534ef 100644 --- a/src/misc/config.h +++ b/src/misc/config.h @@ -100,6 +100,7 @@ typedef struct { unsigned long hex_digits; } config_t; -extern config_t cfg; +extern config_t cfg_s; +extern config_t *cfg; #endif // ECGEN_CONFIG_H |
