summaryrefslogtreecommitdiff
path: root/src/librsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/librsync.h')
-rw-r--r--src/librsync.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/librsync.h b/src/librsync.h
index eb758da..83fb27d 100644
--- a/src/librsync.h
+++ b/src/librsync.h
@@ -43,7 +43,7 @@ extern "C" {
/** Library version string.
*
- * \sa \ref versioning */
+ * \sa \ref page_versioning */
LIBRSYNC_EXPORT extern char const rs_librsync_version[];
typedef uint8_t rs_byte_t;
@@ -482,6 +482,9 @@ LIBRSYNC_EXPORT rs_result rs_build_hash_table(rs_signature_t *sums);
/** Callback used to retrieve parts of the basis file.
*
+ * \param opaque The opaque object to execute the callback with. Often the file
+ * to read from.
+ *
* \param pos Position where copying should begin.
*
* \param len On input, the amount of data that should be retrieved. Updated to