mirror of
https://github.com/openwrt/routing.git
synced 2025-02-23 11:36:14 +00:00
12 lines
256 B
Diff
12 lines
256 B
Diff
--- a/sysdep/unix/krt.h
|
|
+++ b/sysdep/unix/krt.h
|
|
@@ -112,7 +112,7 @@ struct kif_proto {
|
|
struct kif_state sys; /* Sysdep state */
|
|
};
|
|
|
|
-struct kif_proto *kif_proto;
|
|
+extern struct kif_proto *kif_proto;
|
|
|
|
#define KIF_CF ((struct kif_config *)p->p.cf)
|
|
|