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

Bernd Petrovitsch (spam-protected)
Sun Jul 15 23:09:40 CEST 2007


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

Modified Files:
	inet.h 
Log Message:
* killed warnings on win

Index: inet.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/arpa/inet.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** inet.h	8 May 2007 23:18:56 -0000	1.7
--- inet.h	15 Jul 2007 21:09:38 -0000	1.8
***************
*** 49,53 ****
  #undef interface
  
! 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);
--- 49,53 ----
  #undef interface
  
! int inet_aton(const 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);





More information about the Olsr-cvs mailing list