Apply formatting for stubs
All checks were successful
CI / Check spelling (pull_request) Successful in 16s
CI / Check coding style (pull_request) Successful in 29s
CI / Linux (ubuntu) (pull_request) Successful in 10m9s
CI / Linux (debian) (pull_request) Successful in 11m49s
CI / Linux (fedora) (pull_request) Successful in 14m12s
CI / Linux (arch) (pull_request) Successful in 14m55s
All checks were successful
CI / Check spelling (pull_request) Successful in 16s
CI / Check coding style (pull_request) Successful in 29s
CI / Linux (ubuntu) (pull_request) Successful in 10m9s
CI / Linux (debian) (pull_request) Successful in 11m49s
CI / Linux (fedora) (pull_request) Successful in 14m12s
CI / Linux (arch) (pull_request) Successful in 14m55s
This commit is contained in:
@@ -484,10 +484,10 @@ mucwin_unset_message_char(ProfMucWin* mucwin)
|
||||
{
|
||||
}
|
||||
|
||||
void win_update_entry_message(ProfWin* window, const char* const id, const char* const message){};
|
||||
void win_mark_received(ProfWin* window, const char* const id){};
|
||||
void win_print_http_transfer(ProfWin* window, const char* const message, char* id){};
|
||||
void win_print_loading_history(ProfWin* window){};
|
||||
void win_update_entry_message(ProfWin* window, const char* const id, const char* const message) {};
|
||||
void win_mark_received(ProfWin* window, const char* const id) {};
|
||||
void win_print_http_transfer(ProfWin* window, const char* const message, char* id) {};
|
||||
void win_print_loading_history(ProfWin* window) {};
|
||||
|
||||
void
|
||||
ui_show_roster(void)
|
||||
|
||||
Reference in New Issue
Block a user