diff options
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r-- | sys/net/flowtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h index bc62a04..c949293 100644 --- a/sys/net/flowtable.h +++ b/sys/net/flowtable.h @@ -41,7 +41,7 @@ struct flowtable; extern struct flowtable *ip_ft; extern struct flowtable *ip_forward_ft; -#ifdef FLOWTABLE +#ifndef NO_FLOWTABLE struct flowtable *flowtable_alloc(int nentry, int flags); /* |