diff options
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index e3774c5852..b37f2abdb5 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -111,6 +111,10 @@ void e_file_update_save_path (gchar *uri, gboolean free); gchar * e_file_get_save_path (void); +gboolean e_file_lock_create (); +void e_file_lock_destroy (); +gboolean e_file_lock_exists (); + #ifdef __cplusplus } #endif /* __cplusplus */ |