summaryrefslogtreecommitdiff
path: root/src/librsync.h
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2019-08-17 22:07:29 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2019-08-17 22:07:29 +1000
commit0e94c4fee276fae67f7edfd3bda8e1ced4d0c0c8 (patch)
tree8759781e856a55778293212c7606a4b48f1baca5 /src/librsync.h
parentcdd18f190630056c2a354c542f814d526d978ea6 (diff)
downloadlibrsync-0e94c4fee276fae67f7edfd3bda8e1ced4d0c0c8.tar.gz
Tided code with 'make tidyc'.
Diffstat (limited to 'src/librsync.h')
-rw-r--r--src/librsync.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/librsync.h b/src/librsync.h
index c5235c7..595352f 100644
--- a/src/librsync.h
+++ b/src/librsync.h
@@ -475,15 +475,14 @@ LIBRSYNC_EXPORT FILE *rs_file_open(char const *filename, char const *mode,
*
* This will not actually close the file if it is stdin or stdout.
*
- * \param file - the stdio file to close.
- */
+ * \param file - the stdio file to close. */
LIBRSYNC_EXPORT int rs_file_close(FILE *file);
/** Get the size of a file.
*
- * This provides a platform independent way to get the size of large files.
- * It will return 0 if the size cannot be determined because it is not a
- * regular file.
+ * This provides a platform independent way to get the size of large files. It
+ * will return 0 if the size cannot be determined because it is not a regular
+ * file.
*
* \param file - the stdio file to get the size of. */
LIBRSYNC_EXPORT rs_long_t rs_file_size(FILE *file);