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, 8 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

/*************************************************************************
 * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
 *  by Michael Pounov <misho@elwix.org>
 *
 * $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

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