summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_LOG.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-10-04 16:25:58 +0000
committerPatrick McHardy <kaber@trash.net>2007-10-04 16:25:58 +0000
commit0e2abed11985e16215559cefd90625f99317b96c (patch)
tree00ea59a5a5b9c0e764def3c9925a206eef809a82 /extensions/libipt_LOG.c
parent278654a9aa89311eb624dc5b79b5b37d99248129 (diff)
Constify data structures
Constify more data structures. Make functions static. Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'extensions/libipt_LOG.c')
-rw-r--r--extensions/libipt_LOG.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_LOG.c b/extensions/libipt_LOG.c
index cf8990ae..0f13c244 100644
--- a/extensions/libipt_LOG.c
+++ b/extensions/libipt_LOG.c
@@ -57,7 +57,7 @@ struct ipt_log_names {
unsigned int level;
};
-static struct ipt_log_names ipt_log_names[]
+static const struct ipt_log_names ipt_log_names[]
= { { .name = "alert", .level = LOG_ALERT },
{ .name = "crit", .level = LOG_CRIT },
{ .name = "debug", .level = LOG_DEBUG },