summaryrefslogtreecommitdiff
path: root/src/openbsd/up-apm-native.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbsd/up-apm-native.h')
-rw-r--r--src/openbsd/up-apm-native.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbsd/up-apm-native.h b/src/openbsd/up-apm-native.h
index cbd931d..c0d5584 100644
--- a/src/openbsd/up-apm-native.h
+++ b/src/openbsd/up-apm-native.h
@@ -47,7 +47,7 @@ typedef struct
UpApmNative* up_apm_native_new (const char*);
const gchar * up_apm_native_get_path(UpApmNative*);
gboolean up_native_is_laptop();
-gboolean up_native_get_sensor(const char*, struct sensordev*);
+gboolean up_native_get_sensordev(const char*, struct sensordev*);
G_END_DECLS
#endif