]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/schedule.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / racoon.tproj / schedule.h
index b793bb6cdb9bc4e02801a4538086d1ac70c10ab0..a604e05745ea815247d1421441d649634947c3ca 100644 (file)
@@ -29,6 +29,9 @@
  * SUCH DAMAGE.
  */
 
+#ifndef __SCHEDULE_H__
+#define __SCHEDULE_H__
+
 #include <sys/queue.h>
 
 /* scheduling table */
@@ -73,3 +76,6 @@ void sched_kill __P((struct sched *));
 int sched_dump __P((caddr_t *, int *));
 void sched_init __P((void));
 void sched_scrub_param __P((void *));
+
+#endif /* __SCHEDULE_H__ */
+