Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed strict prototype warnings passed by gcc -Wmissing-prototypes -Wstrict-prototypes
[olsrd.git]
/
src
/
link_layer.h
diff --git
a/src/link_layer.h
b/src/link_layer.h
index
aa53a19
..
64efbd4
100644
(file)
--- a/
src/link_layer.h
+++ b/
src/link_layer.h
@@
-19,7
+19,7
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
- * $Id: link_layer.h,v 1.
5 2004/09/21 19:08:5
7 kattemat Exp $
+ * $Id: link_layer.h,v 1.
6 2004/10/09 22:32:4
7 kattemat Exp $
*
*/
*
*/
@@
-29,10
+29,10
@@
#include "olsr_protocol.h"
void
#include "olsr_protocol.h"
void
-init_link_layer_notification();
+init_link_layer_notification(
void
);
void
void
-poll_link_layer();
+poll_link_layer(
void
);
int
add_spy_node(union olsr_ip_addr *, char *);
int
add_spy_node(union olsr_ip_addr *, char *);