summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2021-08-23 22:57:44 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2021-08-23 22:57:44 +1000
commitfae107485e4e7293e26f3b7af837280a9bf359c6 (patch)
tree1595e48580e33d5edfd67be3dab67cceac4d99b2
parente72c86e8e5d6e24847e7100583c6c6d7c15472b0 (diff)
downloadlibrsync-fae107485e4e7293e26f3b7af837280a9bf359c6.tar.gz
Fix missing `opaque` param docstring in librsync.h.
Newer doxygen versions on Debian testing were complaining about this missing argument docstring entry in librsync.h.
-rw-r--r--src/librsync.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librsync.h b/src/librsync.h
index eb758da..42b7136 100644
--- a/src/librsync.h
+++ b/src/librsync.h
@@ -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