diff options
Diffstat (limited to 'src/core/init.c')
| -rw-r--r-- | src/core/init.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/init.c b/src/core/init.c index 98b187d8..4292146d 100644 --- a/src/core/init.c +++ b/src/core/init.c @@ -8,8 +8,8 @@ // #include "core/nng_impl.h" -#include <stdlib.h> #include <stdio.h> +#include <stdlib.h> static int nni_init_helper(void) @@ -53,14 +53,12 @@ nni_init_helper(void) return (0); } - int nni_init(void) { return (nni_plat_init(nni_init_helper)); } - void nni_fini(void) { |
