2006-08-25 [cleroy] 2.4.0cvs86
[claws.git] / src / common / utils.h
index 0f997bfc7749ba3da957882b8135cda3edc3a8bc..a82520ff9b12567a311491560132d4249065dfa5 100644 (file)
@@ -577,7 +577,8 @@ void mailcap_update_default    (const gchar *type,
                                    const gchar *command);
 
 gboolean file_is_email(const gchar *filename);
-
+gboolean sc_g_list_bigger(GList *list, gint max);
+gboolean sc_g_slist_bigger(GSList *list, gint max);
 #ifdef __cplusplus
 }
 #endif