diff options
author | Harald Welte <laforge@gnumonks.org> | 2002-08-26 13:09:40 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2002-08-26 13:09:40 +0000 |
commit | 2a7116ec8070adfe2c17abf822e23c8875da164e (patch) | |
tree | 4958833336be667bcc7d70d5589d3b9ea04a32ad /extensions/libipt_dscp_helper.c | |
parent | 6a31b7134c0df8ec8e2c84fc48bec5dd54c52b05 (diff) |
make NO_SHARED_LIBS work again (Roberto Nibali)
Diffstat (limited to 'extensions/libipt_dscp_helper.c')
-rw-r--r-- | extensions/libipt_dscp_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_dscp_helper.c b/extensions/libipt_dscp_helper.c index 742ac86a..0279670b 100644 --- a/extensions/libipt_dscp_helper.c +++ b/extensions/libipt_dscp_helper.c @@ -47,7 +47,7 @@ static struct ds_class -unsigned int +static unsigned int class_to_dscp(const char *name) { int i; @@ -64,7 +64,7 @@ class_to_dscp(const char *name) -const char * +static const char * dscp_to_name(unsigned int dscp) { int i; |