From 433eac7844481b8ceda0bae8bf08f6bb623185b0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 1 Jun 2009 19:09:19 -0400 Subject: More code cleanup. --- e-util/e-fsutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-fsutils.h') diff --git a/e-util/e-fsutils.h b/e-util/e-fsutils.h index d675b39e80..6143e487ab 100644 --- a/e-util/e-fsutils.h +++ b/e-util/e-fsutils.h @@ -27,8 +27,8 @@ G_BEGIN_DECLS -long e_fsutils_usage(const gchar *path); -long e_fsutils_avail(const gchar *path); +glong e_fsutils_usage(const gchar *path); +glong e_fsutils_avail(const gchar *path); G_END_DECLS -- cgit