diff src/ui_fileops.h @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents e07895754e65
children 1646720364cf
line wrap: on
line diff
--- a/src/ui_fileops.h	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/ui_fileops.h	Tue Aug 26 22:22:51 2008 +0000
@@ -44,10 +44,10 @@
 gint64 filesize(const gchar *s);
 time_t filetime(const gchar *s);
 gint filetime_set(const gchar *s, time_t tval);
-gint access_file(const gchar *s, int mode);
+gint access_file(const gchar *s, gint mode);
 gint unlink_file(const gchar *s);
 gint symlink_utf8(const gchar *source, const gchar *target);
-gint mkdir_utf8(const gchar *s, int mode);
+gint mkdir_utf8(const gchar *s, gint mode);
 gint rmdir_utf8(const gchar *s);
 gint copy_file_attributes(const gchar *s, const gchar *t, gint perms, gint mtime);
 gint copy_file(const gchar *s, const gchar *t);