aboutsummaryrefslogtreecommitdiff
path: root/src/core/message.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-19 09:41:12 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-19 09:41:12 -0800
commit15f5a7d8cee6416bf4748d15f97ac59c13c2ac75 (patch)
treeb93041d73c186ffe6e4cb7dd2541bf34ff659b77 /src/core/message.h
parent0ace5d416cd77898b19bc124881aff4f5151f12f (diff)
downloadnng-15f5a7d8cee6416bf4748d15f97ac59c13c2ac75.tar.gz
nng-15f5a7d8cee6416bf4748d15f97ac59c13c2ac75.tar.bz2
nng-15f5a7d8cee6416bf4748d15f97ac59c13c2ac75.zip
fixes #1145 nng_msg options should be removed
Diffstat (limited to 'src/core/message.h')
-rw-r--r--src/core/message.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/message.h b/src/core/message.h
index c96bae99..d09a18dc 100644
--- a/src/core/message.h
+++ b/src/core/message.h
@@ -1,5 +1,5 @@
//
-// Copyright 2017 Garrett D'Amore <garrett@damore.org>
+// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2017 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
@@ -32,8 +32,6 @@ extern void nni_msg_clear(nni_msg *);
extern void nni_msg_header_clear(nni_msg *);
extern int nni_msg_header_trim(nni_msg *, size_t);
extern int nni_msg_header_chop(nni_msg *, size_t);
-extern int nni_msg_setopt(nni_msg *, int, const void *, size_t);
-extern int nni_msg_getopt(nni_msg *, int, void *, size_t *);
extern void nni_msg_dump(const char *, const nni_msg *);
extern int nni_msg_append_u16(nni_msg *, uint16_t);
extern int nni_msg_append_u32(nni_msg *, uint32_t);