Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
provide olsr_if pointer in interface
[olsrd.git]
/
src
/
olsr_niit.h
diff --git
a/src/olsr_niit.h
b/src/olsr_niit.h
index
9c33477
..
64d0bf1
100644
(file)
--- a/
src/olsr_niit.h
+++ b/
src/olsr_niit.h
@@
-11,8
+11,10
@@
#define DEF_NIIT4TO6_IFNAME "niit4to6"
#define DEF_NIIT6TO4_IFNAME "niit6to4"
+#ifdef linux
int olsr_init_niit(void);
void olsr_setup_niit_routes(void);
void olsr_cleanup_niit_routes(void);
+#endif
#endif /* OLSR_NIIT_H_ */