/************************************************************************* * (C) 2011 AITNET - Sofia/Bulgaria - * by Michael Pounov * * $Author: misho $ * $Id: proc.h,v 1.1 2011/10/04 22:37:46 misho Exp $ * *************************************************************************/ #ifndef __PROC_H #define __PROC_H struct tagProc *InitProc(int, struct sockaddr *, u_short, int); void FiniProcByID(u_short); void FreeProc(struct tagProc ** __restrict); void DestroyProc(); #endif