aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msproxy.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-30 16:34:38 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-30 16:34:38 +0000
commiteab0aeb4bb9f98994edccac5dc5cd303274c0054 (patch)
tree9dfa68d0b17ff7a5b589a851e264a77b99ab2852 /epan/dissectors/packet-msproxy.c
parent38d1c38e99a8a7a22d50476f1698af80998a5be5 (diff)
More char -> const char fixes
Declare some functions static svn path=/trunk/; revision=15158
Diffstat (limited to 'epan/dissectors/packet-msproxy.c')
-rw-r--r--epan/dissectors/packet-msproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-msproxy.c b/epan/dissectors/packet-msproxy.c
index 2b0c2d0fc9..1286f204ef 100644
--- a/epan/dissectors/packet-msproxy.c
+++ b/epan/dissectors/packet-msproxy.c
@@ -321,7 +321,7 @@ static int display_application_name(tvbuff_t *tvb, int offset,
}
-static char *get_msproxy_cmd_name( int cmd, int direction) {
+static const char *get_msproxy_cmd_name( int cmd, int direction) {
/* return the command name string for cmd */