diff options
Diffstat (limited to 'src/compose.h')
-rw-r--r-- | src/compose.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compose.h b/src/compose.h index 5a934978..e34cba4b 100644 --- a/src/compose.h +++ b/src/compose.h @@ -179,6 +179,10 @@ struct _Compose gchar *exteditor_file; GPid exteditor_pid; guint exteditor_tag; + + guint autosave_tag; + + guint lock_count; }; struct _AttachInfo @@ -216,6 +220,9 @@ void compose_entry_append (Compose *compose, const gchar *text, ComposeEntryType type); +void compose_lock (Compose *compose); +void compose_unlock (Compose *compose); + void compose_reflect_prefs_all (void); #endif /* __COMPOSE_H__ */ |