summaryrefslogtreecommitdiff
path: root/qrencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'qrencode.h')
-rw-r--r--qrencode.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/qrencode.h b/qrencode.h
index 039176577b..1c66f336c4 100644
--- a/qrencode.h
+++ b/qrencode.h
@@ -538,10 +538,11 @@ extern void QRcode_List_free(QRcode_List *qrlist);
*****************************************************************************/
/**
- * Return a string that identifies the library version.
- * @param major_version major version number
- * @param minor_version minor version number
- * @param micro_version micro version number
+ * Return the major.minor.micro version numbers that identifies the
+ * library version.
+ * @param major_version a pointer where to store the major version number
+ * @param minor_version a pointer where to store the minor version number
+ * @param micro_version a pointer where to store the micro version number
*/
extern void QRcode_APIVersion(int *major_version, int *minor_version, int *micro_version);