diff --git a/client/properties.h b/client/properties.h index 83217ead..fe05e53b 100644 --- a/client/properties.h +++ b/client/properties.h @@ -20,8 +20,8 @@ * */ -const char *properties_on_off_opts[3]; -const char *properties_yes_no_opts[3]; +extern const char *properties_on_off_opts[3]; +extern const char *properties_yes_no_opts[3]; bool properties_builder_append_on_off_variant( struct l_dbus_message_builder *builder,