diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-08 12:44:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-08 12:44:34 +0000 |
commit | d090dc8491682f30c49da381498c283c61f2e37b (patch) | |
tree | 1d808f4684327f06062f4add8029002292e674c6 /gmid.h | |
parent | 319b7fa9090ddd39e03cb499ca2bcafd3a771a85 (diff) |
define config_path as global variable
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ struct conf { int prefork; }; +extern const char *config_path; extern struct conf conf; extern int exfd; |