diff options
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 1b5c5cd8de..f925e2b35e 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1 +1,7 @@ +#ifndef _RPC_RPC_H #include <sunrpc/rpc/rpc.h> + +/* Now define the internal interfaces. */ +extern unsigned long _create_xid (void); + +#endif |