libnfs-private.h: wrap in extern "C" for C++ compatibility

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
libnfs-4.0.0-vitalif
Arne Redlich 2014-02-13 22:27:57 +01:00 committed by Ronnie Sahlberg
parent 17876230a9
commit 324234ee10
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,9 @@
#include "libnfs-zdr.h"
#ifdef __cplusplus
extern "C" {
#endif
#if !defined(HAVE_SOCKADDR_STORAGE) && !defined(WIN32)
/*
@ -154,4 +157,8 @@ void rpc_free_all_fragments(struct rpc_context *rpc);
const struct nfs_fh3 *nfs_get_rootfh(struct nfs_context *nfs);
#ifdef __cplusplus
}
#endif
#endif /* !_LIBNFS_PRIVATE_H_ */