diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-02-09 23:45:14 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-02-09 23:45:14 +0000 |
| commit | 9ea01fedc0f5bab6ebea77938afe77aa7cd76736 (patch) | |
| tree | 7818cc46c36d665fc28d90982bdd75b487296427 /sys/nfs/nfs_common.h | |
| parent | be03f0b9075a83d1bbeaa504161197feda3fbd77 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_common.h')
| -rw-r--r-- | sys/nfs/nfs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h index 9ad1c1139a6be..1c0b315941195 100644 --- a/sys/nfs/nfs_common.h +++ b/sys/nfs/nfs_common.h @@ -48,6 +48,7 @@ extern nfstype nfsv3_type[]; int nfs_adv(struct mbuf **, caddr_t *, int, int); u_quad_t nfs_curusec(void); void *nfsm_disct(struct mbuf **, caddr_t *, int, int, int); +int nfs_realign(struct mbuf **, int); /* ****************************** */ /* Build request/reply phase macros */ |
