diff pwm.h @ 20:efef93e54c5f

Automatically save the database when receiving a fatal signal
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Wed, 06 Sep 2017 13:56:11 +0200
parents 5c6155c8e9b6
children ec01c579024a
line wrap: on
line diff
--- a/pwm.h	Fri Sep 01 22:33:41 2017 +0200
+++ b/pwm.h	Wed Sep 06 13:56:11 2017 +0200
@@ -46,6 +46,7 @@
 struct pwm_ctx {
 	const char	*prev_cmd;
 	char		*errmsg;
+	char		*dirname;
 	char		*filename;
 	struct pws3_file *file;
 	struct record_id_tree *record_id_tree;