sparse fixup: warning: symbol '...' was not declared. Should it be static?

This commit is contained in:
Sven-Haegar Koch 2011-05-28 03:56:06 +02:00 committed by Guus Sliepen
parent 02e32cf61e
commit d772289f6d
11 changed files with 27 additions and 25 deletions

View file

@ -33,6 +33,7 @@
#include "route.h"
#include "utils.h"
#include "xalloc.h"
#include "device.h"
typedef enum device_type_t {
DEVICE_TYPE_ETHERTAP,