Annotation of ansh/inc/ansh.h, revision 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 __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>