2007-10-15 [colin] 3.0.2cvs76
[claws.git] / src / common / prefs.c
index d00d23bb6f94e80a816883ad41c84f76aabacfa1..580f1c4bdf9e4d40f9bbf3b18bcfa4802effba8c 100644 (file)
@@ -28,6 +28,8 @@
 #include "prefs.h"
 #include "utils.h"
 
+static gboolean prefs_is_readonly      (const gchar    *path);
+
 /*!
  *\brief       Open preferences file for reading
  *
@@ -234,7 +236,7 @@ gint prefs_file_close_revert(PrefFile *pfile)
 /*!
  *\brief       Check if "path" is a file and readonly
  */
-gboolean prefs_is_readonly(const gchar * path)
+static gboolean prefs_is_readonly(const gchar * path)
 {
        if (path == NULL)
                return TRUE;