[Olsr-cvs] olsrd-current/src ipc_frontend.h, 1.14, 1.15 ipc_frontend.c, 1.35, 1.36 defs.h, 1.63, 1.64

Bernd Petrovitsch (spam-protected)
Sat Oct 13 14:31:06 CEST 2007


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

Modified Files:
	ipc_frontend.h ipc_frontend.c defs.h 
Log Message:
* cleanup: moved ipc_route_send_rtentry() declaration into ipc_frontend.h
  where it belongs


Index: defs.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/defs.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** defs.h	16 Sep 2007 21:20:07 -0000	1.63
--- defs.h	13 Oct 2007 12:31:04 -0000	1.64
***************
*** 160,165 ****
  ipc_output(struct olsr *);
  
- int
- ipc_route_send_rtentry(union olsr_ip_addr*, union olsr_ip_addr *, int, int, char *);
- 
  #endif
--- 160,162 ----

Index: ipc_frontend.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/ipc_frontend.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ipc_frontend.h	1 Aug 2007 16:19:48 -0000	1.14
--- ipc_frontend.h	13 Oct 2007 12:31:04 -0000	1.15
***************
*** 108,110 ****
--- 108,113 ----
  frontend_msgparser(union olsr_message *, struct interface *, union olsr_ip_addr *);
  
+ int
+ ipc_route_send_rtentry(union olsr_ip_addr *, union olsr_ip_addr *, int, int, const char *);
+ 
  #endif

Index: ipc_frontend.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/ipc_frontend.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** ipc_frontend.c	5 Sep 2007 16:17:36 -0000	1.35
--- ipc_frontend.c	13 Oct 2007 12:31:04 -0000	1.36
***************
*** 272,276 ****
  int
  ipc_route_send_rtentry(union olsr_ip_addr *dst, union olsr_ip_addr *gw,
!                        int met, int add, char *int_name)
  {
    struct ipcmsg packet;
--- 272,276 ----
  int
  ipc_route_send_rtentry(union olsr_ip_addr *dst, union olsr_ip_addr *gw,
!                        int met, int add, const char *int_name)
  {
    struct ipcmsg packet;





More information about the Olsr-cvs mailing list