aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/packet-gryphon.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
commit30a855786822f15108e3a9d4dbd5579cd656abba (patch)
tree88cde02c2a8b79acb9a58e94d44b2cc686e12e9e /plugins/gryphon/packet-gryphon.h
parentcb4ac62893d38d74efc89f5d5c90c7451dc421a4 (diff)
More 'char*' -> 'const char*' changes to fix warnings.
svn path=/trunk/; revision=15015
Diffstat (limited to 'plugins/gryphon/packet-gryphon.h')
-rw-r--r--plugins/gryphon/packet-gryphon.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/gryphon/packet-gryphon.h b/plugins/gryphon/packet-gryphon.h
index abac7c3957..01f3f25fab 100644
--- a/plugins/gryphon/packet-gryphon.h
+++ b/plugins/gryphon/packet-gryphon.h
@@ -457,8 +457,8 @@
typedef struct val_str_dsp {
- int value;
- char *strptr;
- int (*cmd_fnct)(tvbuff_t *, int, proto_tree*);
- int (*rsp_fnct)(tvbuff_t *, int, proto_tree*);
+ int value;
+ const char *strptr;
+ int (*cmd_fnct)(tvbuff_t *, int, proto_tree*);
+ int (*rsp_fnct)(tvbuff_t *, int, proto_tree*);
} val_str_dsp;