nfs4: tweak the raw headerfile for c++

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
master
Ronnie Sahlberg 2021-07-20 18:16:41 +10:00
parent 752cb4134d
commit d1494d41de
1 changed files with 7 additions and 5 deletions

View File

@ -2749,11 +2749,6 @@ extern uint32_t zdr_CB_COMPOUND4res ();
#endif /* K&R C */
#ifdef __cplusplus
}
#endif
#endif /* !_NFS4_H_RPCGEN */
#include <nfsc/libnfs.h>
#if defined(WIN32) && defined(libnfs_EXPORTS)
@ -2797,3 +2792,10 @@ EXTERN int nfs4_getacl(struct nfs_context *nfs, struct nfsfh *nfsfh,
fattr4_acl *nfs4acl);
EXTERN void nfs4_acl_free(fattr4_acl *nfs4acl);
#ifdef __cplusplus
}
#endif
#endif /* !_NFS4_H_RPCGEN */