#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
* OUTPUTS:
* none
*/
+void TrashSession(CCBPtr);
+
void TrashSession(sp) /* (CCBPtr sp) */
CCBPtr sp;
{
* OUTPUTS:
*
*/
+void DoTimerElem(TimerElemPtr);
+
void DoTimerElem(t) /* (TimerElemPtr t) */
TimerElemPtr t;
{
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