summaryrefslogtreecommitdiff
path: root/src/gpgedit_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgedit_config.h')
-rw-r--r--src/gpgedit_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgedit_config.h b/src/gpgedit_config.h
index 1c74a29..8f2013c 100644
--- a/src/gpgedit_config.h
+++ b/src/gpgedit_config.h
@@ -18,11 +18,13 @@
#include <string.h>
#include "strll.h"
+#include "logger.h"
struct gpgedit_config {
char* file; // File path to be edited
struct strll* recipients; // Pointer to first item in the linked list
struct gpgme_key_t* keys;
+ int log_level; // Runtime log level
};
struct gpgedit_config* gpgedit_config_new();

Generated by cgit