diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-09-27 15:14:14 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-09-27 15:14:14 -0700 |
| commit | 0736a958673683a9bfe0bf577b696f49c7bd8302 (patch) | |
| tree | 93f1995f7e7130ffe31cc9701be6b390faabd6e7 /src/core/options.h | |
| parent | 64db0f085be0c9efc6dca8d9e72d3e5a47cb792e (diff) | |
| download | nng-0736a958673683a9bfe0bf577b696f49c7bd8302.tar.gz nng-0736a958673683a9bfe0bf577b696f49c7bd8302.tar.bz2 nng-0736a958673683a9bfe0bf577b696f49c7bd8302.zip | |
Remove last vestiges of integer option numbers.
Diffstat (limited to 'src/core/options.h')
| -rw-r--r-- | src/core/options.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/core/options.h b/src/core/options.h index 418a5d00..cf2176b8 100644 --- a/src/core/options.h +++ b/src/core/options.h @@ -65,21 +65,4 @@ extern int nni_chkopt_usec(const void *, size_t); extern int nni_chkopt_int(const void *, size_t, int, int); extern int nni_chkopt_size(const void *, size_t, size_t, size_t); -extern int nni_option_register(const char *, int *); -extern int nni_option_lookup(const char *); -extern const char *nni_option_name(int); - -extern int nni_option_sys_init(void); -extern void nni_option_sys_fini(void); - -extern int nni_optid_raw; -extern int nni_optid_recvmaxsz; -extern int nni_optid_maxttl; -extern int nni_optid_protocol; -extern int nni_optid_transport; -extern int nni_optid_locaddr; -extern int nni_optid_remaddr; -extern int nni_optid_req_resendtime; -extern int nni_optid_surveyor_surveytime; - #endif // CORE_OPTIONS_H |
