chiark / gitweb /
Various changes. Kinda in the middle of it here, but it seems to work.
[catacomb-perl] / ec.xs
diff --git a/ec.xs b/ec.xs
index 66314ceb6786bdba31e3e077e6edc721c3019abf..f546ab35554dc66f72227785726534a2860f45c3 100644 (file)
--- a/ec.xs
+++ b/ec.xs
@@ -76,6 +76,11 @@ z(p)
        OUTPUT:
        RETVAL
 
+bool
+ec_eq(p, q)
+       EC_Point *p
+       EC_Point *q
+
 SV *
 DESTROY(p)
        EC_Point *p