aboutsummaryrefslogtreecommitdiff
path: root/include/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/msg.h')
-rw-r--r--include/msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/msg.h b/include/msg.h
index da6cd19..f292ca1 100644
--- a/include/msg.h
+++ b/include/msg.h
@@ -19,6 +19,7 @@
#ifndef __MSG_H
#define __MSG_H
+#include <config.h>
#include <stdbool.h>
#define PARTIALS "partials"
@@ -30,6 +31,7 @@ typedef struct {
char *base_directory;
char *output_directory;
bool verbose;
+ config_t *config;
} msg_t;
int run(bool log);