diff options
| author | Garrett D'Amore <garrett@damore.org> | 2021-08-21 16:36:06 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2021-08-21 16:36:06 -0700 |
| commit | 9dfe06425942fdc887851d362f9f31b24935c494 (patch) | |
| tree | 27b96d65a000fa3f57e1871089c2afb513ae3bc1 | |
| parent | 6fa07fc4d1891d0486b2ee7aa4f1e31d063c9e3f (diff) | |
| download | nng-9dfe06425942fdc887851d362f9f31b24935c494.tar.gz nng-9dfe06425942fdc887851d362f9f31b24935c494.tar.bz2 nng-9dfe06425942fdc887851d362f9f31b24935c494.zip | |
Remove unused prototypes.
| -rw-r--r-- | src/core/socket.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index b06f4d47..e653329b 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -1,5 +1,5 @@ // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -33,8 +33,6 @@ extern int nni_sock_setopt( nni_sock *, const char *, const void *, size_t, nni_opt_type); extern int nni_sock_getopt( nni_sock *, const char *, void *, size_t *, nni_opt_type); -extern int nni_sock_recvmsg(nni_sock *, nni_msg **, int); -extern int nni_sock_sendmsg(nni_sock *, nni_msg *, int); extern void nni_sock_send(nni_sock *, nni_aio *); extern void nni_sock_recv(nni_sock *, nni_aio *); extern uint32_t nni_sock_id(nni_sock *); |
