commit a7720bb918e6fe3cb62b24b318c03c944522c920
parent ffedc01de6a7c0e7f69724826c055c7a9ae1484e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Mon, 5 Jul 2021 00:08:17 +0200
add extern config to all header files
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/caldav.h b/src/caldav.h
@@ -51,4 +51,6 @@ struct curl_mem_chunk {
size_t size;
};
+extern config CONFIG;
+
#endif
diff --git a/src/diary.h b/src/diary.h
@@ -35,4 +35,6 @@ void edit_cmd(const char* dir, size_t dir_size, const struct tm* date, char** rc
bool date_has_entry(const char* dir, size_t dir_size, const struct tm* i);
+extern config CONFIG;
+
#endif
\ No newline at end of file