summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-27 06:43:17 +0000
committerMartin Pool <mbp@samba.org>2001-11-27 06:43:17 +0000
commit740819ef7b3b96451e16b2fa3891d46cfc73ec64 (patch)
tree263c8db52faa0fba439cb6dc54672436927169b5 /rsync.h
parent829230689ee4e3de7ad638e6dffea640fdd08375 (diff)
downloadrsync-740819ef7b3b96451e16b2fa3891d46cfc73ec64.tar.gz
Split code to generate "rwx-----" strings into lib/permstring.c so it
can be reused in tls.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index e02ebf35..0346c6c8 100644
--- a/rsync.h
+++ b/rsync.h
@@ -389,7 +389,7 @@ static inline int flist_up(struct file_list *flist, int i)
#include "byteorder.h"
#include "proto.h"
#include "lib/mdfour.h"
-
+#include "lib/permstring.h"
/* We have replacement versions of these if they're missing. */
#ifndef HAVE_ASPRINTF