X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fsunrpc%2Fsunrpc.h;h=90c292e2738b5f7248db0f267aa63c1b88f7d8b2;hb=c0b4abdd529d8256acc4cf0094db385877f34ae6;hp=13171e63f51bc816c4d3a7cef5081864be2b4c63;hpb=6951867b9967066eda090f46ad91ce69e0ead611;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/sunrpc/sunrpc.h b/net/sunrpc/sunrpc.h index 13171e6..90c292e 100644 --- a/net/sunrpc/sunrpc.h +++ b/net/sunrpc/sunrpc.h @@ -43,5 +43,9 @@ static inline int rpc_reply_expected(struct rpc_task *task) (task->tk_msg.rpc_proc->p_decode != NULL); } +int svc_send_common(struct socket *sock, struct xdr_buf *xdr, + struct page *headpage, unsigned long headoffset, + struct page *tailpage, unsigned long tailoffset); + #endif /* _NET_SUNRPC_SUNRPC_H */