diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-10-19 19:37:03 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-10-19 19:37:03 +0200 |
commit | 84735c23109b77e0691da208d31c374aa943b257 (patch) | |
tree | 2ff1430be30807c326c3b8274b0d0c0db7e802a2 /code/ecp/core.h | |
parent | 3a5f92b720afcb4adac61174dbefefd420aa5319 (diff) |
fixed transport interface; risc-v transport updated to support eos sock interface
Diffstat (limited to 'code/ecp/core.h')
-rw-r--r-- | code/ecp/core.h | 2 |
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); |