sync with sylpheed 0.5.0pre1 release
[claws.git] / src / utils.h
index 91230cb8031f1c1ebb056240d10a016acd5d8b96..c895fc76da270d05ec97b604dffd8ec55871ae52 100644 (file)
@@ -262,8 +262,8 @@ gint change_dir                     (const gchar    *dir);
 gint make_dir_hier             (const gchar    *dir);
 gint remove_all_files          (const gchar    *dir);
 gint remove_numbered_files     (const gchar    *dir,
-                                gint            first,
-                                gint            last);
+                                guint           first,
+                                guint           last);
 gint remove_all_numbered_files (const gchar    *dir);
 gint remove_dir_recursive      (const gchar    *dir);
 gint copy_file                 (const gchar    *src,