mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 11:36:54 -04:00
Add method for dynamically checking version info
Suggestion by aragon@phat.za.net for python-zint
This commit is contained in:
parent
6306228fed
commit
0d6716a773
2 changed files with 7 additions and 2 deletions
|
@ -274,6 +274,7 @@ extern "C" {
|
|||
ZINT_EXTERN int ZBarcode_Encode_File_and_Buffer(struct zint_symbol *symbol, char *filename, int rotate_angle);
|
||||
|
||||
ZINT_EXTERN int ZBarcode_ValidID(int symbol_id);
|
||||
ZINT_EXTERN int ZBarcode_Version();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue