Skip to content

Commit

Permalink
Remove left over prototype for nng_socket_get()
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Nov 4, 2024
1 parent c2e396d commit 604b565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/nng/nng.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ NNG_DECL int nng_socket_set_string(nng_socket, const char *, const char *);
NNG_DECL int nng_socket_set_ptr(nng_socket, const char *, void *);
NNG_DECL int nng_socket_set_ms(nng_socket, const char *, nng_duration);

NNG_DECL int nng_socket_get(nng_socket, const char *, void *, size_t *);
NNG_DECL int nng_socket_get_bool(nng_socket, const char *, bool *);
NNG_DECL int nng_socket_get_int(nng_socket, const char *, int *);
NNG_DECL int nng_socket_get_size(nng_socket, const char *, size_t *);
Expand Down

0 comments on commit 604b565

Please sign in to comment.