X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4d15aeb193b2c68f1d38666c317f8d3734f5f083..5ba3f43ea354af8ad55bea84372a2bc834d8757c:/bsd/net/altq/altq_fairq.h diff --git a/bsd/net/altq/altq_fairq.h b/bsd/net/altq/altq_fairq.h index d9d536ca8..f9c20940a 100644 --- a/bsd/net/altq/altq_fairq.h +++ b/bsd/net/altq/altq_fairq.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Apple Inc. All rights reserved. + * Copyright (c) 2016 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -69,20 +69,4 @@ #include #include -#ifdef BSD_KERNEL_PRIVATE -#ifdef __cplusplus -extern "C" { -#endif - -extern int altq_fairq_pfattach(struct pf_altq *); -extern int altq_fairq_add(struct pf_altq *); -extern int altq_fairq_remove(struct pf_altq *); -extern int altq_fairq_add_queue(struct pf_altq *); -extern int altq_fairq_remove_queue(struct pf_altq *); -extern int altq_fairq_getqstats(struct pf_altq *, void *, int *); - -#ifdef __cplusplus -} -#endif -#endif /* BSD_KERNEL_PRIVATE */ #endif /* _NET_ALTQ_ALTQ_FAIRQ_H_ */