]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/altq/altq_qfq.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / bsd / net / altq / altq_qfq.h
index 79074222929f2fb67c3fecc0d010f0814bbb01ae..942fca3690e282c964878ee2a01076db32a9f955 100644 (file)
@@ -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@
  *
 #include <net/altq/altq.h>
 #include <net/pktsched/pktsched_qfq.h>
 
-#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_ */