diff options
Diffstat (limited to 'include/rpc/clnt.h')
-rw-r--r-- | include/rpc/clnt.h | 6 |
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 |