summaryrefslogtreecommitdiffstats
path: root/ui/taps.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui/taps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/taps.h b/ui/taps.h
index 70822a5a..933e505e 100644
--- a/ui/taps.h
+++ b/ui/taps.h
@@ -20,9 +20,9 @@
extern "C" {
#endif /* __cplusplus */
-extern tap_reg_t tap_reg_listener[];
+extern tap_reg_t const tap_reg_listener[];
-extern const gulong tap_reg_listener_count;
+extern const unsigned long tap_reg_listener_count;
#ifdef __cplusplus
}