summaryrefslogtreecommitdiff
path: root/ecp/test/vc_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/test/vc_common.h')
-rw-r--r--ecp/test/vc_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp/test/vc_common.h b/ecp/test/vc_common.h
new file mode 100644
index 0000000..a684566
--- /dev/null
+++ b/ecp/test/vc_common.h
@@ -0,0 +1,2 @@
+int vc_open_inb(ECPConnection *vlink, unsigned char *msg, uint16_t count, ecp_ecdh_public_t *local_pub);
+int vc_open_outb(ECPConnection *conn, unsigned char *msg, uint16_t count, ecp_ecdh_public_t *remote_pub);