Changed the mode arg from an int to a mode_t.
[rsync/rsync.git] / lib / permstring.h
index d74787d..b996f2a 100644 (file)
@@ -1,3 +1,3 @@
 #define PERMSTRING_SIZE 11
 
 #define PERMSTRING_SIZE 11
 
-void permstring(char *perms, int mode);
+void permstring(char *perms, mode_t mode);