aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/smb.h')
-rw-r--r--contrib/tcpdump/smb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcpdump/smb.h b/contrib/tcpdump/smb.h
index 8eeb303f91a0..88eaa0696422 100644
--- a/contrib/tcpdump/smb.h
+++ b/contrib/tcpdump/smb.h
@@ -1,4 +1,3 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/smb.h,v 1.9 2004-12-28 22:29:44 guy Exp $ (LBL) */
/*
* Copyright (C) Andrew Tridgell 1995-1999
*
@@ -7,7 +6,8 @@
* or later
*/
-#define SMBMIN(a,b) ((a)<(b)?(a):(b))
+/* for netdissect_options */
+#include "netdissect.h"
/* the complete */
#define SMBmkdir 0x00 /* create directory */
@@ -119,4 +119,4 @@
#define PTR_DIFF(p1, p2) ((size_t)(((char *)(p1)) - (char *)(p2)))
/* some protos */
-const u_char *smb_fdata(const u_char *, const char *, const u_char *, int);
+const u_char *smb_fdata(netdissect_options *, const u_char *, const char *, const u_char *, int);