Move declaration and definition of win_get_last_sent_message to the correct place

This commit is contained in:
MarcoPolo-PasTonMolo
2021-10-22 10:24:51 +03:00
parent 6b0f15a1c9
commit da3a6d8743
5 changed files with 33 additions and 32 deletions

View File

@@ -398,6 +398,7 @@ void win_command_exec_error(ProfWin* window, const char* const command, const ch
void win_handle_command_list(ProfWin* window, GSList* cmds);
void win_handle_command_exec_status(ProfWin* window, const char* const type, const char* const value);
void win_handle_command_exec_result_note(ProfWin* window, const char* const type, const char* const value);
char* win_get_last_sent_message(ProfWin* window);
// desktop notifications
void notifier_initialise(void);