add function to request a UDP context
[deb_libnfs.git] / include / libnfs-private.h
index ca67216831e522282459c4d4151b90fee0009d81..9863b0cded8edf702cac2d7a4987e2d6fc3a11ca 100644 (file)
@@ -73,3 +73,4 @@ void nfs_set_error(struct nfs_context *nfs, char *error_string, ...);
 
 struct rpc_context *nfs_get_rpc_context(struct nfs_context *nfs);
 
+struct rpc_context *rpc_init_udp_context(void);