[gthumb] Marked the mime_type_is_raw function as static



commit 8745d79a878e5567df79a02ccc599e2339f3bd1d
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Tue May 12 09:17:19 2009 -0400

    Marked the mime_type_is_raw function as static
---
 libgthumb/file-utils.c |    2 +-
 libgthumb/file-utils.h |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libgthumb/file-utils.c b/libgthumb/file-utils.c
index 3a5742a..e373440 100644
--- a/libgthumb/file-utils.c
+++ b/libgthumb/file-utils.c
@@ -729,7 +729,7 @@ image_is_jpeg (const char *path)
 }
 
 
-gboolean
+static gboolean
 mime_type_is_raw (const char *mime_type)
 {
 	return 	   mime_type_is (mime_type, "application/x-crw")	/* ? */
diff --git a/libgthumb/file-utils.h b/libgthumb/file-utils.h
index dec0f14..e5ed867 100644
--- a/libgthumb/file-utils.h
+++ b/libgthumb/file-utils.h
@@ -126,7 +126,6 @@ void		    delete_thumbnail	          (const char       *path);
 gboolean            mime_type_is                  (const char       *mime_type,
 	      				 	   const char       *value);
 gboolean            image_is_jpeg                 (const char       *name);
-gboolean            mime_type_is_raw              (const char       *name);
 gboolean            path_exists                   (const char       *s);
 gboolean            path_is_file                  (const char       *s);
 gboolean            path_is_dir                   (const char       *s);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]