File:  [ELWIX - Embedded LightWeight unIX -] / ansh / inc / proc.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 4 22:37:46 2011 UTC (12 years, 9 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: /*************************************************************************
    2:  * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
    3:  *  by Michael Pounov <misho@elwix.org>
    4:  *
    5:  * $Author: misho $
    6:  * $Id: proc.h,v 1.1 2011/10/04 22:37:46 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>