[Olsr-cvs] olsrd-current/src olsr.c,1.52,1.53
Bernd Petrovitsch
(spam-protected)
Sun Apr 22 23:50:20 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16402/src
Modified Files:
olsr.c
Log Message:
* fixed an old-style function definition
Index: olsr.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** olsr.c 20 Apr 2007 14:23:10 -0000 1.52
--- olsr.c 22 Apr 2007 21:50:18 -0000 1.53
***************
*** 100,104 ****
*/
olsr_u16_t
! get_msg_seqno()
{
return message_seqno++;
--- 100,104 ----
*/
olsr_u16_t
! get_msg_seqno(void)
{
return message_seqno++;
More information about the Olsr-cvs
mailing list