Code fixes for TBBT.
[bluesky.git] / TBBT / trace_play / rpc / sfs_cudp.c
index 1dee989..6911419 100755 (executable)
@@ -84,6 +84,11 @@ static void          sfs_cudp_destroy(CLIENT *);
 static bool_t           sfs_cudp_getreply(CLIENT *, xdrproc_t, void *,
                                int, uint32_t *, uint32_t *, struct timeval *);
 static int              sfs_cudp_poll(CLIENT *, uint32_t);
+static enum clnt_stat
+get_areply(
+        CLIENT *cl,
+        uint32_t *xid,
+       struct timeval *timeout);
 
 static struct clnt_ops sfs_cudp_ops = {
        sfs_cudp_call,