aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-01-23 22:03:06 -0800
committerGarrett D'Amore <garrett@damore.org>2018-01-23 22:03:06 -0800
commitced5170d6532f427f6750eee274288ceaffe05b5 (patch)
tree477ec98b087a6f9d59460943dedfb5249dcc9aba /src/core
parentb2800c58d63dc1b53557ea9294b323c3b1f90dab (diff)
downloadnng-ced5170d6532f427f6750eee274288ceaffe05b5.tar.gz
nng-ced5170d6532f427f6750eee274288ceaffe05b5.tar.bz2
nng-ced5170d6532f427f6750eee274288ceaffe05b5.zip
fixes #222 Public URL API
Diffstat (limited to 'src/core')
-rw-r--r--src/core/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index d4a8a740..cecb4825 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -33,6 +33,7 @@ typedef struct nng_msg nni_msg;
typedef struct nng_sockaddr nni_sockaddr;
typedef struct nng_event nni_event;
typedef struct nng_notify nni_notify;
+typedef struct nng_url nni_url;
// These are our own names.
typedef struct nni_socket nni_sock;
@@ -43,7 +44,6 @@ typedef struct nni_tran_ep nni_tran_ep;
typedef struct nni_tran_ep_option nni_tran_ep_option;
typedef struct nni_tran_pipe nni_tran_pipe;
typedef struct nni_tran_pipe_option nni_tran_pipe_option;
-typedef struct nni_url nni_url;
typedef struct nni_proto_sock_ops nni_proto_sock_ops;
typedef struct nni_proto_pipe_ops nni_proto_pipe_ops;