repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
717cc58
)
Add ifndef's to protect libnfs-raw.h from being included multiple times
author
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Thu, 29 Nov 2012 03:26:54 +0000
(19:26 -0800)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Thu, 29 Nov 2012 03:26:54 +0000
(19:26 -0800)
include/libnfs-raw.h
patch
|
blob
|
blame
|
history
diff --git
a/include/libnfs-raw.h
b/include/libnfs-raw.h
index b2275062f765f972f227b5c373dc4accb3ac4078..8503e0be98805d725c8287e63fa88e491a050e26 100644
(file)
--- a/
include/libnfs-raw.h
+++ b/
include/libnfs-raw.h
@@
-19,6
+19,9
@@
* Through this interface you have access to the full gamut of nfs and nfs related
* protocol as well as the XDR encoded/decoded structures.
*/
+#ifndef _LIBNFS_RAW_H_
+#define _LIBNFS_RAW_H_
+
#include <stdint.h>
struct rpc_data {
@@
-914,3
+917,5
@@
int rpc_nlm4_cancel_async(struct rpc_context *rpc, rpc_cb cb, struct NLM4_CANCar
*/
struct NLM4_UNLOCKargs;
int rpc_nlm4_unlock_async(struct rpc_context *rpc, rpc_cb cb, struct NLM4_UNLOCKargs *args, void *private_data);
+
+#endif