Added safe_fname() that converts any newlines in a name into '?'s.
[rsync/rsync.git] / lib / permstring.h
1 #define PERMSTRING_SIZE 11
2
3 void permstring(char *perms, int mode);