X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/248634a5e14fd790adc6a5bdc43dc9d9f2f9d9a8..309ca62193772fd8ba532fd413b51a61be0c741e:/nfsfh.h?ds=sidebyside diff --git a/nfsfh.h b/nfsfh.h index d5b6c24d..0bca424a 100644 --- a/nfsfh.h +++ b/nfsfh.h @@ -1,3 +1,5 @@ +/* @(#) $Header: /tcpdump/master/tcpdump/nfsfh.h,v 1.13 2002-04-24 06:27:05 guy Exp $ (LBL) */ + /* * Copyright (c) 1993, 1994 Jeffrey C. Mogul, Digital Equipment Corporation, * Western Research Laboratory. All rights reserved. @@ -63,4 +65,4 @@ typedef struct { #define fsid_eq(a,b) ((a.fsid_code == b.fsid_code) &&\ dev_eq(a.Fsid_dev, b.Fsid_dev)) -extern void Parse_fh(caddr_t *, int, my_fsid *, ino_t *, char **, char **, int); +extern void Parse_fh(const unsigned char *, int, my_fsid *, ino_t *, const char **, const char **, int);