aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-smb-pipe.h')
-rw-r--r--packet-smb-pipe.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-smb-pipe.h b/packet-smb-pipe.h
index db30e8bb74..26c2cb0aa6 100644
--- a/packet-smb-pipe.h
+++ b/packet-smb-pipe.h
@@ -2,7 +2,7 @@
* Declarations of routines for SMB named pipe packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-pipe.h,v 1.4 2001/08/05 01:15:26 guy Exp $
+ * $Id: packet-smb-pipe.h,v 1.5 2001/08/07 08:39:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,7 +27,6 @@
#define _PACKET_SMB_PIPE_H_
gboolean
-dissect_pipe_smb(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- char *command);
+dissect_pipe_smb(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#endif