mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-17 21:35:21 +01:00
add --list-supported command, fix errors in help page
This commit is contained in:
parent
53f15661de
commit
32c0d3be29
3 changed files with 22 additions and 3 deletions
|
|
@ -104,3 +104,4 @@ int ptouch_getmaxwidth(ptouch_dev ptdev);
|
|||
int ptouch_enable_packbits(ptouch_dev ptdev);
|
||||
int ptouch_rasterstart(ptouch_dev ptdev);
|
||||
int ptouch_sendraster(ptouch_dev ptdev, uint8_t *data, size_t len);
|
||||
void ptouch_list_supported();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue