aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis.h
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-isis.h
parent38d1c38e99a8a7a22d50476f1698af80998a5be5 (diff)
More char -> const char fixes
Declare some functions static svn path=/trunk/; revision=15158
Diffstat (limited to 'epan/dissectors/packet-isis.h')
-rw-r--r--epan/dissectors/packet-isis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isis.h b/epan/dissectors/packet-isis.h
index f4565eced3..bb0cdf7b6b 100644
--- a/epan/dissectors/packet-isis.h
+++ b/epan/dissectors/packet-isis.h
@@ -55,6 +55,6 @@
extern char *isis_address_to_string(tvbuff_t *tvb, int offset, int len);
extern void isis_dissect_unknown(tvbuff_t *tvb, proto_tree *tree, int offset,
- char *fmat, ...);
+ const char *fmat, ...);
#endif /* _PACKET_ISIS_H */