X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/ac2f15b3eadabcc5cceb4bb7f642395e9616a902..f47db663cb3ae4d2fc391bb3acf9d0c2b38a41b7:/racoon.tproj/schedule.h?ds=inline diff --git a/racoon.tproj/schedule.h b/racoon.tproj/schedule.h index b793bb6..a604e05 100644 --- a/racoon.tproj/schedule.h +++ b/racoon.tproj/schedule.h @@ -29,6 +29,9 @@ * SUCH DAMAGE. */ +#ifndef __SCHEDULE_H__ +#define __SCHEDULE_H__ + #include /* 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__ */ +