update for fhstat.

This commit is contained in:
christos 2006-05-04 17:56:22 +00:00
parent 89a5572015
commit bc364eb43f
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mount.h,v 1.2 2005/12/11 12:20:29 christos Exp $ */
/* $NetBSD: mount.h,v 1.3 2006/05/04 17:56:22 christos Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@ -88,6 +88,10 @@ int statfs(const char *, struct statfs12 *);
int getmntinfo(struct statfs12 **, int);
#if defined(_NETBSD_SOURCE)
int fhstatfs(const fhandle_t *, struct statfs12 *);
struct stat13;
int fhstat(const fhandle_t *, struct stat13 *);
struct stat;
int __fhstat30(const fhandle_t *, struct stat *);
#endif /* _NETBSD_SOURCE */
__END_DECLS