diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-03 08:21:00 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-03 08:38:19 -0800 |
| commit | cefc6e1995f7f8e53e16db745eac7a86c2ebffd3 (patch) | |
| tree | 0ac186f87a1d33b3b4090ea1c1dd51c85553b5f3 /include | |
| parent | fb03061dfd20f0d85f73d22380acf5b8f88cf6b3 (diff) | |
| download | nng-cefc6e1995f7f8e53e16db745eac7a86c2ebffd3.tar.gz nng-cefc6e1995f7f8e53e16db745eac7a86c2ebffd3.tar.bz2 nng-cefc6e1995f7f8e53e16db745eac7a86c2ebffd3.zip | |
api: drop the 64-bit option accessors (no more 64-bit option types)
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/nng.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h index 00b7bd89..9ae38817 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -688,7 +688,6 @@ NNG_DECL int nng_pipe_get_bool(nng_pipe, const char *, bool *); NNG_DECL int nng_pipe_get_int(nng_pipe, const char *, int *); NNG_DECL int nng_pipe_get_ms(nng_pipe, const char *, nng_duration *); NNG_DECL int nng_pipe_get_size(nng_pipe, const char *, size_t *); -NNG_DECL int nng_pipe_get_uint64(nng_pipe, const char *, uint64_t *); NNG_DECL int nng_pipe_get_string(nng_pipe, const char *, char **); NNG_DECL int nng_pipe_get_addr(nng_pipe, const char *, nng_sockaddr *); |
