]> The Tcpdump Group git mirrors - tcpdump/blobdiff - smb.h
Merge git://github.com/the-tcpdump-group/tcpdump
[tcpdump] / smb.h
diff --git a/smb.h b/smb.h
index fea9fa4687fc3a23e07e37443a3f9ac9087a5dbf..88eaa06964227cd3667c4b8444fd72b14521c52f 100644 (file)
--- a/smb.h
+++ b/smb.h
@@ -6,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 */
 #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);