aboutsummaryrefslogtreecommitdiff
path: root/include/rpc/clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/clnt.h')
-rw-r--r--include/rpc/clnt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h
index b4493d1d90..071c008eb6 100644
--- a/include/rpc/clnt.h
+++ b/include/rpc/clnt.h
@@ -1 +1,7 @@
+#ifndef _RPC_CLNT_H
#include <sunrpc/rpc/clnt.h>
+
+/* Now define the internal interfaces. */
+extern int _openchild (const char *command, FILE **fto, FILE **ffrom);
+
+#endif