From cefc6e1995f7f8e53e16db745eac7a86c2ebffd3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 3 Jan 2025 08:21:00 -0800 Subject: api: drop the 64-bit option accessors (no more 64-bit option types) --- include/nng/nng.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 *); -- cgit v1.2.3-70-g09d2