summaryrefslogtreecommitdiffstats
path: root/contrib/csup/rsyncfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/csup/rsyncfile.h')
-rw-r--r--contrib/csup/rsyncfile.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/contrib/csup/rsyncfile.h b/contrib/csup/rsyncfile.h
index bfe1ad1..8609ed5 100644
--- a/contrib/csup/rsyncfile.h
+++ b/contrib/csup/rsyncfile.h
@@ -30,13 +30,12 @@
#define _RSYNCFILE_H_
struct rsyncfile;
-
-struct rsyncfile *rsync_open(char *, size_t, int);
-int rsync_nextblock(struct rsyncfile *);
-char *rsync_rsum(struct rsyncfile *);
-char *rsync_blockmd5(struct rsyncfile *);
-int rsync_close(struct rsyncfile *);
-size_t rsync_blocksize(struct rsyncfile *);
-size_t rsync_filesize(struct rsyncfile *);
+struct rsyncfile *rsync_open(char *, size_t, int);
+int rsync_nextblock(struct rsyncfile *);
+char *rsync_rsum(struct rsyncfile *);
+char *rsync_blockmd5(struct rsyncfile *);
+int rsync_close(struct rsyncfile *);
+size_t rsync_blocksize(struct rsyncfile *);
+size_t rsync_filesize(struct rsyncfile *);
#endif /* !_RSYNCFILE_H_ */
OpenPOWER on IntegriCloud