[Olsr-cvs] olsrd-current/src net_olsr.h,1.1,1.2
Andreas T�nnesen
(spam-protected)
Fri Jan 6 07:54:39 CET 2006
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19022
Modified Files:
net_olsr.h
Log Message:
Initial libnet code for testing. Works on Linux now, do make USE_LIBNET=1 to use
Index: net_olsr.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/net_olsr.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** net_olsr.h 25 May 2005 20:59:46 -0000 1.1
--- net_olsr.h 6 Jan 2006 06:54:37 -0000 1.2
***************
*** 69,72 ****
--- 69,77 ----
};
+ #ifdef USE_LIBNET
+ char *
+ get_libnet_errbuf(void);
+ #endif
+
void
init_net(void);
More information about the Olsr-cvs
mailing list