Remove plugin window on /close

This commit is contained in:
James Booth
2016-07-12 02:16:12 +01:00
parent 1a7eb00763
commit 5f393a6d9f
11 changed files with 28 additions and 7 deletions

View File

@@ -497,7 +497,7 @@ ProfWin* win_create_private(const char * const fulljid)
{
return NULL;
}
ProfWin* win_create_plugin(const char * const tag)
ProfWin* win_create_plugin(const char *const plugin_name, const char * const tag)
{
return NULL;
}