aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-26 07:57:44 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-26 07:57:44 +0000
commit897211856117d9607221130d77d578466e76e46a (patch)
treeda7b3e6314a0973cea9f9fd1e99d3cdc9835b497 /epan/dissectors/packet-mtp3.h
parent152667dbfa1aece1a784a896b61665d2ee8b194a (diff)
mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointer
to a mtp3_addr_pc_t; declare them as such, and pass the argument as such. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21595 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mtp3.h')
-rw-r--r--epan/dissectors/packet-mtp3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mtp3.h b/epan/dissectors/packet-mtp3.h
index ddc9027aac..83e93fef70 100644
--- a/epan/dissectors/packet-mtp3.h
+++ b/epan/dissectors/packet-mtp3.h
@@ -70,11 +70,11 @@ typedef struct _mtp3_tap_rec_t {
#define JAPAN_PC_LENGTH 2
#define JAPAN_PC_MASK 0xffff
-extern void mtp3_addr_to_str_buf(const guint8 *data, gchar *buf, int buf_len);
+extern void mtp3_addr_to_str_buf(const mtp3_addr_pc_t *addr_pc_p, gchar *buf, int buf_len);
extern void mtp3_pc_to_str_buf(const guint32 pc, gchar *buf, int buf_len);
extern gchar* mtp3_pc_to_str(const guint32 pc);
extern gboolean mtp3_pc_structured(void);
-extern guint32 mtp3_pc_hash(const guint8* data);
+extern guint32 mtp3_pc_hash(const mtp3_addr_pc_t *addr_pc_p);
#ifdef __PROTO_H__
/* epan/to_str.c includes this file, but it does not include proto.h so