Seperated command functions into module

This commit is contained in:
James Booth
2013-12-15 16:10:32 +00:00
parent 447d235868
commit 2490f5b417
7 changed files with 2566 additions and 2492 deletions

View File

@@ -687,7 +687,7 @@ _shutdown(void)
prefs_close();
theme_close();
accounts_close();
cmd_close();
cmd_uninit();
log_close();
}