00001 /* 00002 * clnt_thrd.h -- Threaded, Multiplexed, RPC/TCP Client 00003 * 00004 * Written By: Derek Atkins <warlord@MIT.EDU> 00005 * 00006 */ 00007 00008 #ifndef RPC_CLNT_THRD_H 00009 #define RPC_CLNT_THRD_H 00010 00011 #include <rpc/clnt.h> 00012 #include "xprt_thrd.h" 00013 00014 CLIENT *clntthrd_create (TXPRT *transport, u_long prog, u_long vers); 00015 00016 #endif /* RPC_CLNT_THRD_H */
1.4.3-20050530