about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibcupstypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-07-05 09:53:39 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-07-05 09:53:39 +0200
commit42bad3ea6b33be5285f5c03fd42838c7810bf789 (patch)
tree2af71da9881e535de2201bfd045ed163dc9ad750 /src/wrapped/generated/wrappedlibcupstypes.h
parentf9c4eda1fc12b0497a65c3fe5947802ad99c6a2e (diff)
downloadbox64-42bad3ea6b33be5285f5c03fd42838c7810bf789.tar.gz
box64-42bad3ea6b33be5285f5c03fd42838c7810bf789.zip
Added 1 more wrapped funciton to libcups (for #1629)
Diffstat (limited to 'src/wrapped/generated/wrappedlibcupstypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibcupstypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibcupstypes.h b/src/wrapped/generated/wrappedlibcupstypes.h
index 0ed3b41a..f17b8fc0 100644
--- a/src/wrapped/generated/wrappedlibcupstypes.h
+++ b/src/wrapped/generated/wrappedlibcupstypes.h
@@ -11,9 +11,11 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
+typedef void (*vFpp_t)(void*, void*);
 typedef int32_t (*iFuipuupp_t)(uint32_t, int32_t, void*, uint32_t, uint32_t, void*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
+	GO(cupsSetPasswordCB2, vFpp_t) \
 	GO(cupsEnumDests, iFuipuupp_t)
 
 #endif // __wrappedlibcupsTYPES_H_