summaryrefslogtreecommitdiff
path: root/lib/request.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/request.c')
-rw-r--r--lib/request.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/request.c b/lib/request.c
index f354382..c74ed92 100644
--- a/lib/request.c
+++ b/lib/request.c
@@ -41,10 +41,10 @@ rs_request_create (struct rs_connection *conn, struct rs_request **req_out)
}
void
-rs_request_add_reqpkt (struct rs_request *req, struct rs_packet *reqpkt)
+rs_request_add_reqpkt (struct rs_request *req, struct rs_packet *req_msg)
{
assert (req);
- req->req_msg = reqpkt;
+ req->req_msg = req_msg;
}
int