X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/bsd/net/altq/altq_qfq.h diff --git a/bsd/net/altq/altq_qfq.h b/bsd/net/altq/altq_qfq.h index 790742229..c553a3e81 100644 --- a/bsd/net/altq/altq_qfq.h +++ b/bsd/net/altq/altq_qfq.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@ * @@ -27,26 +27,9 @@ */ #ifndef _NET_ALTQ_ALTQ_QFQ_H_ -#define _NET_ALTQ_ALTQ_QFQ_H_ +#define _NET_ALTQ_ALTQ_QFQ_H_ #include #include -#include -#ifdef BSD_KERNEL_PRIVATE -#ifdef __cplusplus -extern "C" { -#endif - -extern int altq_qfq_pfattach(struct pf_altq *); -extern int altq_qfq_add(struct pf_altq *); -extern int altq_qfq_remove(struct pf_altq *); -extern int altq_qfq_add_queue(struct pf_altq *); -extern int altq_qfq_remove_queue(struct pf_altq *); -extern int altq_qfq_getqstats(struct pf_altq *, void *, int *); - -#ifdef __cplusplus -} -#endif -#endif /* BSD_KERNEL_PRIVATE */ #endif /* _NET_ALTQ_ALTQ_QFQ_H_ */