File:  [ELWIX - Embedded LightWeight unIX -] / ansh / inc / ansh.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: ansh.h,v 1.1 2011/10/04 22:37:46 misho Exp $
 *
 *************************************************************************/
#ifndef __ANSH_H
#define __ANSH_H


int ConnectL2(int, u_short, struct ether_addr*, int);
int ConnectL3(int, u_short, struct sockaddr*, int);


#endif

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