/************************************************************************* * (C) 2011 AITNET - Sofia/Bulgaria - * by Michael Pounov * * $Author: misho $ * $Id: anshd.h,v 1.1 2011/10/04 22:37:46 misho Exp $ * *************************************************************************/ #ifndef __ANSHD_H #define __ANSHD_H extern proc_head_t pH; extern int Daemon, bpfLEN; int spawnLogin(sched_task_t *, struct tagProc *); void *icmpTx(sched_task_t *task); void *icmpRx(sched_task_t *task); void *pktTx(sched_task_t *task); void *pktRx(sched_task_t *task); void *fdTx(sched_task_t *task); void *fdRx(sched_task_t *task); #endif