Annotation of ansh/inc/ansh.h, revision 1.1.1.1.2.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 $
1.1.1.1.2.1! misho       6:  * $Id: ansh.h,v 1.1.1.1 2011/10/04 22:37:46 misho Exp $
1.1       misho       7:  *
                      8:  *************************************************************************/
                      9: #ifndef __ANSH_H
                     10: #define __ANSH_H
                     11: 
                     12: 
1.1.1.1.2.1! misho      13: int ConnectL2(int, struct ether_addr*, int);
1.1       misho      14: int ConnectL3(int, u_short, struct sockaddr*, int);
                     15: 
                     16: 
                     17: #endif

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