File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1515 * configure.ac:
1616 - '--enable-mudflap' option has been deleted. (mudflap is deprecated
1717 since GCC 4.9)
18+ * qrencode.h:
19+ - Comments for QRcode_APIVersion() has been slightly improved.
1820
19212020.09.27 Kentaro Fukuchi <
[email protected] >
2022 [develop]
Original file line number Diff line number Diff line change @@ -538,10 +538,11 @@ extern void QRcode_List_free(QRcode_List *qrlist);
538538 *****************************************************************************/
539539
540540/**
541- * Return a string that identifies the library version.
542- * @param major_version major version number
543- * @param minor_version minor version number
544- * @param micro_version micro version number
541+ * Return the major.minor.micro version numbers that identifies the
542+ * library version.
543+ * @param major_version a pointer where to store the major version number
544+ * @param minor_version a pointer where to store the minor version number
545+ * @param micro_version a pointer where to store the micro version number
545546 */
546547extern void QRcode_APIVersion (int * major_version , int * minor_version , int * micro_version );
547548
You can’t perform that action at this time.
0 commit comments