From 89b526ada775c2d4ac23c5defeec24473c5bcfa9 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 10 Dec 2016 23:23:21 -0800 Subject: Message allocation, deallocation, reallocation. --- src/nng.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/nng.h') diff --git a/src/nng.h b/src/nng.h index 16596fa6..41bea830 100644 --- a/src/nng.h +++ b/src/nng.h @@ -55,9 +55,9 @@ extern "C" { */ typedef struct nng_socket *nng_socket_t; typedef struct nng_endpt *nng_endpt_t; -typedef struct nn_pipe *nng_pipe_t; -typedef struct nn_msg *nng_msg_t; -typedef struct nn_event *nng_event_t; +typedef struct nng_pipe *nng_pipe_t; +typedef struct nng_msg *nng_msg_t; +typedef struct nng_event *nng_event_t; typedef struct nng_notify *nng_notify_t; typedef struct nng_snapshot *nng_snapshot_t; typedef struct nng_stat *nng_stat_t; -- cgit v1.2.3-70-g09d2