aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-08 12:44:34 +0000
committerOmar Polo <op@omarpolo.com>2021-02-08 12:44:34 +0000
commitd090dc8491682f30c49da381498c283c61f2e37b (patch)
tree1d808f4684327f06062f4add8029002292e674c6 /gmid.h
parent319b7fa9090ddd39e03cb499ca2bcafd3a771a85 (diff)
define config_path as global variable
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 5067b98..b031d51 100644
--- a/gmid.h
+++ b/gmid.h
@@ -106,6 +106,7 @@ struct conf {
int prefork;
};
+extern const char *config_path;
extern struct conf conf;
extern int exfd;