diff options
Diffstat (limited to 'src/nng_compat.h')
| -rw-r--r-- | src/nng_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nng_compat.h b/src/nng_compat.h index edf4bd6a..1896f6f7 100644 --- a/src/nng_compat.h +++ b/src/nng_compat.h @@ -298,6 +298,7 @@ NN_DECL void *nn_reallocmsg(void *, size_t); NN_DECL int nn_freemsg(void *); NN_DECL int nn_errno(void); NN_DECL const char *nn_strerror(int); +NN_DECL void nn_term(void); // This stuff is intended to be exposed only for test programs and our |
