aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-dcerpc-tapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-tapi.c b/epan/dissectors/packet-dcerpc-tapi.c
index ad1485ce63..5a21124c35 100644
--- a/epan/dissectors/packet-dcerpc-tapi.c
+++ b/epan/dissectors/packet-dcerpc-tapi.c
@@ -164,14 +164,14 @@ dissect_tapi_client_request_reply(tvbuff_t *tvb, int offset,
IDL );
*/
static int
-dissect_tapi_client_detach_rqst(tvbuff_t *tvb _U_, int offset _U_,
+dissect_tapi_client_detach_rqst(tvbuff_t *tvb _U_, int offset,
packet_info *pinfo _U_, proto_tree *tree _U_,
dcerpc_info *di _U_, guint8 *drep _U_)
{
return offset;
}
static int
-dissect_tapi_client_detach_reply(tvbuff_t *tvb _U_, int offset _U_,
+dissect_tapi_client_detach_reply(tvbuff_t *tvb _U_, int offset,
packet_info *pinfo _U_, proto_tree *tree _U_,
dcerpc_info *di _U_, guint8 *drep _U_)
{