summaryrefslogtreecommitdiff
path: root/src/synproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synproto.h')
-rw-r--r--src/synproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synproto.h b/src/synproto.h
index 8a4e5a2..a7a1785 100644
--- a/src/synproto.h
+++ b/src/synproto.h
@@ -92,12 +92,12 @@ struct CommData {
Bool threeFingers;
};
-struct _SynapticsParameters;
+struct SynapticsParameters;
/* All return 1 on success or 0 otherwise */
struct SynapticsProtocolOperations {
int (*DeviceOnHook) (SynapticsPrivate *priv,
- struct _SynapticsParameters * para,
+ struct SynapticsParameters * para,
int fd);
int (*DeviceOffHook) (SynapticsPrivate *priv, int fd);
int (*QueryHardware) (SynapticsPrivate * priv, int fd);