]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/altq/altq_hfsc.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / net / altq / altq_hfsc.h
index 6b46293e7d3962925abaec4f7ba5822fb881467d..80eef1d64d2b9ea4ebeedd64a2044fd3658d1c8c 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@
  *
  * changes without encumbrance.
  */
 #ifndef _NET_ALTQ_ALTQ_HFSC_H_
-#define        _NET_ALTQ_ALTQ_HFSC_H_
+#define _NET_ALTQ_ALTQ_HFSC_H_
 
 #include <net/pfvar.h>
 #include <net/altq/altq.h>
 #include <net/pktsched/pktsched_hfsc.h>
 
-#ifdef BSD_KERNEL_PRIVATE
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern int     altq_hfsc_pfattach(struct pf_altq *);
-extern int     altq_hfsc_add(struct pf_altq *);
-extern int     altq_hfsc_remove(struct pf_altq *);
-extern int     altq_hfsc_add_queue(struct pf_altq *);
-extern int     altq_hfsc_remove_queue(struct pf_altq *);
-extern int     altq_hfsc_getqstats(struct pf_altq *, void *, int *);
-
-#ifdef __cplusplus
-}
-#endif
-#endif /* BSD_KERNEL_PRIVATE */
 #endif /* _NET_ALTQ_ALTQ_HFSC_H_ */