File:  [ELWIX - Embedded LightWeight unIX -] / ansh / inc / ansh.h
Revision 1.1.1.1 (vendor branch): 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: misho
CVS tags: start, ansh1_0
ansh ELWIX remote managment

    1: /*************************************************************************
    2:  * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
    3:  *  by Michael Pounov <misho@elwix.org>
    4:  *
    5:  * $Author: misho $
    6:  * $Id: ansh.h,v 1.1.1.1 2011/10/04 22:37:46 misho Exp $
    7:  *
    8:  *************************************************************************/
    9: #ifndef __ANSH_H
   10: #define __ANSH_H
   11: 
   12: 
   13: int ConnectL2(int, u_short, struct ether_addr*, int);
   14: int ConnectL3(int, u_short, struct sockaddr*, int);
   15: 
   16: 
   17: #endif

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