[Olsr-cvs] olsrd-current/lib/httpinfo/src olsrd_httpinfo.h, 1.30, 1.31 admin_interface.c, 1.8, 1.9
Bernd Petrovitsch
(spam-protected)
Mon Aug 20 01:00:24 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current/src/linux link_layer.c,1.13,1.14
- Next message: [Olsr-cvs] olsrd-current/src scheduler.c, 1.41, 1.42 net_olsr.c, 1.25, 1.26 lq_packet.h, 1.6, 1.7 defs.h, 1.61, 1.62
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/lib/httpinfo/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23473/lib/httpinfo/src
Modified Files:
olsrd_httpinfo.h admin_interface.c
Log Message:
cleanup: killed "extern" from .c files
Index: olsrd_httpinfo.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/httpinfo/src/olsrd_httpinfo.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** olsrd_httpinfo.h 15 Jul 2007 19:29:38 -0000 1.30
--- olsrd_httpinfo.h 19 Aug 2007 23:00:22 -0000 1.31
***************
*** 84,87 ****
--- 84,90 ----
void olsrd_get_plugin_parameters(const struct olsrd_plugin_parameters **params, int *size);
+ #if 0
+ extern int netsprintf(char *str, const char* format, ...);
+ #endif
#endif
Index: admin_interface.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/httpinfo/src/admin_interface.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** admin_interface.c 20 Apr 2007 14:06:18 -0000 1.8
--- admin_interface.c 19 Aug 2007 23:00:22 -0000 1.9
***************
*** 58,62 ****
#if 0
- extern int netsprintf(char *str, const char* format, ...);
#define sprintf netsprintf
#define NETDIRECT
--- 58,61 ----
- Previous message: [Olsr-cvs] olsrd-current/src/linux link_layer.c,1.13,1.14
- Next message: [Olsr-cvs] olsrd-current/src scheduler.c, 1.41, 1.42 net_olsr.c, 1.25, 1.26 lq_packet.h, 1.6, 1.7 defs.h, 1.61, 1.62
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list