[Olsr-cvs] olsrd-current/src interfaces.c, 1.32, 1.33 interfaces.h, 1.40, 1.41

Bernd Petrovitsch (spam-protected)
Thu Aug 2 23:51:42 CEST 2007


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

Modified Files:
	interfaces.c interfaces.h 
Log Message:
* const-ify parameters

Index: interfaces.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/interfaces.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** interfaces.c	13 May 2007 22:23:55 -0000	1.32
--- interfaces.c	2 Aug 2007 21:51:40 -0000	1.33
***************
*** 227,231 ****
  
  struct interface *
! if_ifwithaddr(union olsr_ip_addr *addr)
  {
    struct interface *ifp;
--- 227,231 ----
  
  struct interface *
! if_ifwithaddr(const union olsr_ip_addr * const addr)
  {
    struct interface *ifp;

Index: interfaces.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/interfaces.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** interfaces.h	13 May 2007 22:23:55 -0000	1.40
--- interfaces.h	2 Aug 2007 21:51:40 -0000	1.41
***************
*** 207,211 ****
  
  struct interface *
! if_ifwithaddr(union olsr_ip_addr *);
  
  struct interface *
--- 207,211 ----
  
  struct interface *
! if_ifwithaddr(const union olsr_ip_addr *);
  
  struct interface *





More information about the Olsr-cvs mailing list