diff options
Diffstat (limited to '')
-rw-r--r-- | ui/taps.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |