From 87be9e31763a8bd6e57c41d80eca4ad05adedc1e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 8 Apr 2014 00:25:33 +0200 Subject: lib/hidpp: fix prototype of hidpp_write_report --- lib/hidpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hidpp.h b/lib/hidpp.h index 3aed2eb..2970f46 100644 --- a/lib/hidpp.h +++ b/lib/hidpp.h @@ -74,7 +74,7 @@ typedef bool hidpp_msg_cb_t(HidppMessage *msg, void *userdata); * @return true iff the message is properly formatted and the dispatch is * successful. */ -bool hidpp_write_report(int fd, struct HidppMessage *msg); +bool hidpp_write_report(int fd, HidppMessage *msg); /** * Reads messages and try to accept on one of them. -- cgit v1.2.1