From 4102e69e63ecd5b04b419dc743cf4ce5916073e9 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 5 Dec 2007 15:35:31 +0000 Subject: Fix a compiler warning 2007-12-05 Srinivasa Ragavan * e-util.h: Fix a compiler warning svn path=/trunk/; revision=34653 --- e-util/e-util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index b37f2abdb5..fc8da98b7f 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -111,9 +111,9 @@ 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 (); +gboolean e_file_lock_create (void); +void e_file_lock_destroy (void); +gboolean e_file_lock_exists (void); #ifdef __cplusplus } -- cgit v1.2.3