aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netbios.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-netbios.h
parent38d1c38e99a8a7a22d50476f1698af80998a5be5 (diff)
More char -> const char fixes
Declare some functions static svn path=/trunk/; revision=15158
Diffstat (limited to 'epan/dissectors/packet-netbios.h')
-rw-r--r--epan/dissectors/packet-netbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-netbios.h b/epan/dissectors/packet-netbios.h
index 8568d5da0a..67bc8496e7 100644
--- a/epan/dissectors/packet-netbios.h
+++ b/epan/dissectors/packet-netbios.h
@@ -38,7 +38,7 @@ extern int process_netbios_name(const guchar *name_ptr, char *name_ret);
extern int get_netbios_name(tvbuff_t *tvb, int offset,
char *name_ret);
extern const char *netbios_name_type_descr(int name_type);
-extern void netbios_add_name( char* label, tvbuff_t *tvb, int offset,
+extern void netbios_add_name( const char* label, tvbuff_t *tvb, int offset,
proto_tree *tree);
extern void dissect_netbios_payload(tvbuff_t *tvb, packet_info *pinfo,
proto_tree *tree);