Export cat (stream) interface too
[digest-highwayhash.git] / typemap
diff --git a/typemap b/typemap
index 082062c2895990d6bcbd4f425de1420c8e7742ee..90e6044d7648d98f82704b4b48f6918391304888 100644 (file)
--- a/typemap
+++ b/typemap
@@ -1,14 +1,7 @@
-#
-# typemap - This file is in the public domain
-#
-# Author: Salvador Fandino <sfandino@yahoo.com>
-# 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);
+
This page took 0.010018 seconds and 4 git commands to generate.