Deleted Added
full compact
29c29
< * $FreeBSD: head/sbin/hastd/hast_proto.h 204076 2010-02-18 23:16:19Z pjd $
---
> * $FreeBSD: head/sbin/hastd/hast_proto.h 212033 2010-08-30 22:26:42Z pjd $
40c40
< int hast_proto_send(struct hast_resource *res, struct proto_conn *conn,
---
> int hast_proto_send(const struct hast_resource *res, struct proto_conn *conn,
42c42
< int hast_proto_recv(struct hast_resource *res, struct proto_conn *conn,
---
> int hast_proto_recv(const struct hast_resource *res, struct proto_conn *conn,
44,46c44,46
< int hast_proto_recv_hdr(struct proto_conn *conn, struct nv **nvp);
< int hast_proto_recv_data(struct hast_resource *res, struct proto_conn *conn,
< struct nv *nv, void *data, size_t size);
---
> int hast_proto_recv_hdr(const struct proto_conn *conn, struct nv **nvp);
> int hast_proto_recv_data(const struct hast_resource *res,
> struct proto_conn *conn, struct nv *nv, void *data, size_t size);