]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_Timer.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / netat / adsp_Timer.c
index 9f551fd0eda0eef8f75a0c343f448242a6f5b074..455ab5e33c52424333fd9da0999e816e051c89de 100644 (file)
 #include <sys/socket.h>
 #include <sys/time.h>
 
+#include <net/if.h>
+
 #include <netat/sysglue.h>
 #include <netat/appletalk.h>
 #include <netat/at_pcb.h>
+#include <netat/at_var.h>
 #include <netat/debug.h>
 #include <netat/adsp.h>
 #include <netat/adsp_internal.h>
 
-void TimerTick();
 
 /*
  * TrashSession
@@ -73,6 +75,8 @@ void TimerTick();
  * OUTPUTS:
  *             none
  */
+void TrashSession(CCBPtr);
+
 void TrashSession(sp)          /* (CCBPtr sp) */
     CCBPtr sp;
 {
@@ -93,6 +97,8 @@ void TrashSession(sp)         /* (CCBPtr sp) */
  * OUTPUTS:
  *     
  */
+void DoTimerElem(TimerElemPtr);
+
 void DoTimerElem(t) /* (TimerElemPtr t) */
     TimerElemPtr t;
 {
@@ -174,14 +180,16 @@ send:
     CheckSend(sp);
 }
 
-void TimerTick_funnel(void *arg)
+void TimerTick_funnel(void *arg);
+
+void TimerTick_funnel(__unused void *arg)
 {
        atalk_lock();
        TimerTick();
        atalk_unlock();
 }
 
-static StopTimer;
+static int StopTimer;
 
 /*
  * TimerTick