[Olsr-cvs] olsrd-current/src/olsr_switch main.c,1.23,1.24
Bernd Petrovitsch
(spam-protected)
Fri Apr 20 16:23:43 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/olsr_switch
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14562/src/olsr_switch
Modified Files:
main.c
Log Message:
* killed all "inline"s
Index: main.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr_switch/main.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** main.c 5 Nov 2006 23:03:56 -0000 1.23
--- main.c 20 Apr 2007 14:23:41 -0000 1.24
***************
*** 85,89 ****
ohs_init_new_connection(int);
! inline static int
ohs_route_data(struct ohs_connection *);
--- 85,89 ----
ohs_init_new_connection(int);
! static int
ohs_route_data(struct ohs_connection *);
***************
*** 264,268 ****
}
! inline static int
ohs_route_data(struct ohs_connection *oc)
{
--- 264,268 ----
}
! static int
ohs_route_data(struct ohs_connection *oc)
{
More information about the Olsr-cvs
mailing list