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/ChangeLog | 4 ++++ e-util/e-util.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 1cd661efc8..3d07500de2 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2007-12-05 Srinivasa Ragavan + + * e-util.h: Fix a compiler warning + 2007-12-05 Srinivasa Ragavan * e-util.c: (get_lock_filename), (e_file_lock_create), 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