aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-26 08:01:16 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-26 08:01:16 +0000
commit7949c7f31cea19a34c70dae4f4288e188d9cf260 (patch)
tree0bdf411fd24930617ec62293a2c341905eaf7ad9 /epan/dissectors/packet-dcerpc-nt.h
parent0e9e556e5acfca7cb947af4c8ca70e0bcf74f3e8 (diff)
char -> const char warning fixes
svn path=/trunk/; revision=15079
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index ab10093448..108beafceb 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -163,7 +163,7 @@ dcerpc_smb_store_pol_pkts(e_ctx_hnd *policy_hnd, packet_info *pinfo,
void
dcerpc_smb_store_pol_name(e_ctx_hnd *policy_hnd, packet_info *pinfo,
- char *name);
+ const char *name);
/* Fetch details stored with a policy handle */
@@ -216,7 +216,7 @@ int dissect_ndr_uint16s(tvbuff_t *tvb, gint offset, packet_info *pinfo,
int dissect_ndr_str_pointer_item(tvbuff_t *tvb, gint offset,
packet_info *pinfo, proto_tree *tree,
- guint8 *drep, int type, char *text,
+ guint8 *drep, int type, const char *text,
int hf_index, int levels);
/*