about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappednss3types.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-18 21:46:00 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-18 21:46:00 +0200
commit6f92db542bf146a6442f678862c413d97756e774 (patch)
tree22c8181ccae1ba50348764279d0c04c987fd8705 /src/wrapped/generated/wrappednss3types.h
parent8531750631a1d53ca6061bfbe458e8998415850a (diff)
downloadbox64-6f92db542bf146a6442f678862c413d97756e774.tar.gz
box64-6f92db542bf146a6442f678862c413d97756e774.zip
Updated wrapped libnns3, libnssutil3 and libsmime3 with more wrapped functions (from box86)
Diffstat (limited to 'src/wrapped/generated/wrappednss3types.h')
-rw-r--r--src/wrapped/generated/wrappednss3types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappednss3types.h b/src/wrapped/generated/wrappednss3types.h
index 1015f359..b61ede44 100644
--- a/src/wrapped/generated/wrappednss3types.h
+++ b/src/wrapped/generated/wrappednss3types.h
@@ -11,7 +11,9 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
+typedef void (*vFp_t)(void*);
 
-#define SUPER() ADDED_FUNCTIONS()
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(PK11_SetPasswordFunc, vFp_t)
 
 #endif // __wrappednss3TYPES_H_