aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index eb561295..b10701e0 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -19,13 +19,10 @@
// These types are common but have names shared with user space.
typedef struct nng_socket nni_sock;
-typedef struct nng_endpt nni_ep;
+typedef struct nng_endpoint nni_ep;
typedef struct nng_pipe nni_pipe;
typedef struct nng_msg nni_msg;
-// REMOVE THESE
-typedef struct nng_endpt nni_endpt;
-
// These are our own names.
typedef struct nni_tran nni_tran;
typedef struct nni_tran_ep nni_tran_ep;