From: Charles McGarvey Date: Fri, 8 Apr 2022 21:39:43 +0000 (-0600) Subject: specify prototyping behavior explicitly X-Git-Tag: v0.900~9 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX-XS;a=commitdiff_plain;h=2647f74956d1c8deb4c93996fd39477fc1341fdd;hp=578a543f1be815a19b3c6f84622840e7e82f1599 specify prototyping behavior explicitly --- diff --git a/XS.xs b/XS.xs index 4d0e6e6..251f269 100644 --- a/XS.xs +++ b/XS.xs @@ -8,6 +8,8 @@ MODULE = File::KDBX::XS PACKAGE = File::KDBX::KDF::AES +PROTOTYPES: DISABLE + SV* _transform_half_xs(const char* key, const char* seed, unsigned int rounds) CODE: