summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-04-08 00:25:33 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-04-08 00:25:33 +0200
commit87be9e31763a8bd6e57c41d80eca4ad05adedc1e (patch)
tree493590680ea42223adbcde7f45448abb948cfe70
parent4d1993f70811476a5d43b98c3ce3255c140020fa (diff)
downloadltunify-87be9e31763a8bd6e57c41d80eca4ad05adedc1e.tar.gz
lib/hidpp: fix prototype of hidpp_write_report
-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.