diff options
Diffstat (limited to 'bridge.h')
-rw-r--r-- | bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ typedef struct Bridge { } Bridge; extern const Bridge orig_bridge[MAX_BRIDGES]; -Bridge _bridge[MAX_BRIDGES]; +extern Bridge _bridge[MAX_BRIDGES]; #endif /* BRIDGE_H */ |