rx: Add rxi_FlushWriteLocked
[openafs.git] / src / rx / rx_prototypes.h
index 68beade..8af5308 100644 (file)
@@ -481,6 +481,7 @@ extern int rxi_WritevProc(struct rx_call *call, struct iovec *iov, int nio,
 extern int rx_WritevProc(struct rx_call *call, struct iovec *iov, int nio,
                         int nbytes);
 extern void rxi_FlushWrite(struct rx_call *call);
+extern void rxi_FlushWriteLocked(struct rx_call *call);
 extern void rx_FlushWrite(struct rx_call *call);