X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=typemap;h=90e6044d7648d98f82704b4b48f6918391304888;hb=902280ce8544fbefd7a62fe4c11c35b3705464b7;hp=082062c2895990d6bcbd4f425de1420c8e7742ee;hpb=af6c79411156f5dab0563e9317c0bff4e08f2a1c;p=digest-highwayhash.git diff --git a/typemap b/typemap index 082062c..90e6044 100644 --- a/typemap +++ b/typemap @@ -1,14 +1,7 @@ -# -# typemap - This file is in the public domain -# -# Author: Salvador Fandino -# Version: 1.0 -# - - TYPEMAP -int64_t T_INT64 -uint64_t T_UINT64 +int64_t T_INT64 +uint64_t T_UINT64 +Digest::HighwayHash T_PTROBJ INPUT T_INT64 @@ -22,4 +15,5 @@ T_INT64 $arg = newSVi64($var); T_UINT64 - $arg = newSVu64($var); \ No newline at end of file + $arg = newSVu64($var); +