aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_auth.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2014-08-12 11:30:16 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2014-08-12 11:30:16 +0000
commitc79bec9c7509f55bcc0a9e30de53a6cb26b94605 (patch)
tree7ef739646c46ae494ecad5800859e26e929df435 /sys/netinet/sctp_auth.h
parent36b16d1f7d1bb7fba28a92aaf802bf4cfbfbb41f (diff)
downloadsrc-c79bec9c7509f55bcc0a9e30de53a6cb26b94605.tar.gz
src-c79bec9c7509f55bcc0a9e30de53a6cb26b94605.zip
Notes
Diffstat (limited to 'sys/netinet/sctp_auth.h')
-rw-r--r--sys/netinet/sctp_auth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h
index 535c0fc0de12..423a5cc50538 100644
--- a/sys/netinet/sctp_auth.h
+++ b/sys/netinet/sctp_auth.h
@@ -112,7 +112,6 @@ extern sctp_auth_chklist_t *sctp_copy_chunklist(sctp_auth_chklist_t * chklist);
extern int sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t * list);
extern int sctp_auth_delete_chunk(uint8_t chunk, sctp_auth_chklist_t * list);
extern size_t sctp_auth_get_chklist_size(const sctp_auth_chklist_t * list);
-extern void sctp_auth_set_default_chunks(sctp_auth_chklist_t * list);
extern int
sctp_serialize_auth_chunks(const sctp_auth_chklist_t * list,
uint8_t * ptr);