summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/hidpp.h2
1 files changed, 1 insertions, 1 deletions
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.