13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
Index: src/interfaces.h
|
|
--- src/interfaces.h.orig
|
|
+++ src/interfaces.h
|
|
@@ -67,7 +67,7 @@
|
|
|
|
#define NO_TIMEOUT 0
|
|
|
|
-list_t *interfaces;
|
|
+extern list_t *interfaces;
|
|
|
|
struct interface_data {
|
|
int8_t up; /* is it active? */
|