summaryrefslogtreecommitdiff
path: root/code/ecp/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/core.h')
-rw-r--r--code/ecp/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/ecp/core.h b/code/ecp/core.h
index dda96c5..419b563 100644
--- a/code/ecp/core.h
+++ b/code/ecp/core.h
@@ -292,7 +292,7 @@ typedef struct ECPConnection {
int ecp_init(ECPContext *ctx);
int ecp_dhkey_generate(ECPContext *ctx, ECPDHKey *key);
-int ecp_node_init(ECPContext *ctx, ECPNode *node, ecp_dh_public_t *public, void *addr);
+int ecp_node_init(ECPNode *node, ecp_dh_public_t *public, void *addr);
int ecp_ctx_create(ECPContext *ctx);
int ecp_ctx_destroy(ECPContext *ctx);