[Olsr-cvs] olsrd-current/src/win32/arpa inet.h,1.6,1.7

Bernd Petrovitsch (spam-protected)
Wed May 9 01:18:58 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/src/win32/arpa
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22936/src/win32/arpa

Modified Files:
	inet.h 
Log Message:
*killed a few warnings

Index: inet.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/arpa/inet.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** inet.h	21 Nov 2004 01:21:10 -0000	1.6
--- inet.h	8 May 2007 23:18:56 -0000	1.7
***************
*** 50,55 ****
  
  int inet_aton(char *cp, struct in_addr *addr);
! int inet_pton(int af, char *src, void *dst);
! char *inet_ntop(int af, void *src, char *dst, int size);
  
  #endif
--- 50,55 ----
  
  int inet_aton(char *cp, struct in_addr *addr);
! int inet_pton(int af, const char *src, void *dst);
! char *inet_ntop(int af, const void *src, char *dst, int size);
  
  #endif





More information about the Olsr-cvs mailing list