From 9cf967e9d7fdab6ccf38f80d83e4bf3d1a5e1a67 Mon Sep 17 00:00:00 2001 From: Jake Woltersdorf Date: Sun, 24 Feb 2019 22:40:28 +0800 Subject: fixes #894 nng_pipe_notify could use nng_pipe_ev typedef instead of int - Update nng_pipe_notify manpage including copyright --- src/nng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nng.c b/src/nng.c index 3c818ee0..abbf9c62 100644 --- a/src/nng.c +++ b/src/nng.c @@ -1017,7 +1017,7 @@ nng_getopt_string(nng_socket s, const char *name, char **valp) } int -nng_pipe_notify(nng_socket s, int ev, nng_pipe_cb cb, void *arg) +nng_pipe_notify(nng_socket s, nng_pipe_ev ev, nng_pipe_cb cb, void *arg) { int rv; nni_sock *sock; -- cgit v1.2.3-70-g09d2