aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-22 12:51:14 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-22 12:51:14 +0000
commitc6a2d8e52b039dafb1d7932a2e86252655dbc813 (patch)
treea4bb31887c9cf77a5a40aa4b350530824d00d111 /epan/dissectors/packet-dcerpc-nt.c
parent2e5caf11f2e40ac405ebbf6c217e492b0b1755c7 (diff)
Trivial warning fixes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16561 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.c')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.c b/epan/dissectors/packet-dcerpc-nt.c
index 967623edd7..e58b83388c 100644
--- a/epan/dissectors/packet-dcerpc-nt.c
+++ b/epan/dissectors/packet-dcerpc-nt.c
@@ -810,7 +810,7 @@ static gint ett_nt_policy_hnd = -1;
*/
#define HND_TYPE_CTX_HANDLE 0
#define HND_TYPE_GUID 1
-int
+static int
dissect_nt_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, guint8 *drep, int hfindex,
e_ctx_hnd *pdata, proto_item **pitem,