about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-18 11:00:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-18 11:00:49 +0200
commit46bc2e7183b676fee7a433394f2803827348a5f1 (patch)
tree0e7e6b73563c20112d633a0b52755655ef97bbe5 /src
parent26ddbf946628bc2989d2bc0d76011b65127e87bc (diff)
downloadbox64-46bc2e7183b676fee7a433394f2803827348a5f1.tar.gz
box64-46bc2e7183b676fee7a433394f2803827348a5f1.zip
[WRAPPER] Reworked wrapped libpsl.so.5 with new wrapperhelper
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedpsl5_private.h23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/wrapped/wrappedpsl5_private.h b/src/wrapped/wrappedpsl5_private.h
index 9b6c691d..69bdb53a 100644
--- a/src/wrapped/wrappedpsl5_private.h
+++ b/src/wrapped/wrappedpsl5_private.h
@@ -1,7 +1,26 @@
 #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
-error Meh...
+#error Meh...
 #endif
 
-GO(psl_str_to_utf8lower, pFp)
+GO(psl_builtin, pFv)
+GO(psl_builtin_filename, pFv)
+GO(psl_builtin_file_time, lFv)
+GO(psl_builtin_outdated, iFv)
+GO(psl_builtin_sha1sum, pFv)
+GO(psl_check_version_number, iFi)
+GO(psl_dist_filename, pFv)
+GO(psl_free, vFp)
+GO(psl_free_string, vFp)
+GO(psl_get_version, pFv)
 GO(psl_is_cookie_domain_acceptable, iFppp)
+GO(psl_is_public_suffix, iFpp)
+GO(psl_is_public_suffix2, iFppi)
 GO(psl_latest, pFp)
+GO(psl_load_file, pFp)
+GO(psl_load_fp, pFp)
+GO(psl_registrable_domain, pFpp)
+GO(psl_str_to_utf8lower, iFpppp)
+GO(psl_suffix_count, iFp)
+GO(psl_suffix_exception_count, iFp)
+GO(psl_suffix_wildcard_count, iFp)
+GO(psl_unregistrable_domain, pFpp)