fix(ui.h): cons_show_qrcode declaration. Minor change
Some checks failed
CI / Check coding style (pull_request) Successful in 33s
CI / Check spelling (pull_request) Successful in 19s
CI / Linux (debian) (pull_request) Failing after 1m21s
CI / Linux (ubuntu) (pull_request) Successful in 10m16s
CI / Linux (arch) (pull_request) Successful in 12m44s
Some checks failed
CI / Check coding style (pull_request) Successful in 33s
CI / Check spelling (pull_request) Successful in 19s
CI / Linux (debian) (pull_request) Failing after 1m21s
CI / Linux (ubuntu) (pull_request) Successful in 10m16s
CI / Linux (arch) (pull_request) Successful in 12m44s
Prior to the change declaration did not include parameters, leading to errors within static analyzers and potential issues with compilation.
This commit is contained in:
@@ -289,7 +289,7 @@ void cons_show_disco_info(const char* from, GSList* identities, GSList* features
|
||||
|
||||
void cons_show_disco_contact_information(GHashTable* addresses);
|
||||
|
||||
void cons_show_qrcode();
|
||||
void cons_show_qrcode(const char* const text);
|
||||
|
||||
void cons_show_room_invite(const char* const invitor, const char* const room, const char* const reason);
|
||||
void cons_check_version(gboolean not_available_msg);
|
||||
|
||||
Reference in New Issue
Block a user