Annotation of ansh/inc/proc.h, revision 1.1.1.1

1.1       misho       1: /*************************************************************************
                      2:  * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
                      3:  *  by Michael Pounov <misho@elwix.org>
                      4:  *
                      5:  * $Author: misho $
                      6:  * $Id: global.h,v 1.2 2011/06/08 12:45:40 misho Exp $
                      7:  *
                      8:  *************************************************************************/
                      9: #ifndef __PROC_H
                     10: #define __PROC_H
                     11: 
                     12: 
                     13: struct tagProc *InitProc(int, struct sockaddr *, u_short, int);
                     14: void FiniProcByID(u_short);
                     15: void FreeProc(struct tagProc ** __restrict);
                     16: void DestroyProc();
                     17: 
                     18: 
                     19: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>