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

@@ -31,6 +31,7 @@ core_sources = \
src/ui/windows.c src/ui/windows.h \
src/ui/muc_window.c src/ui/muc_window.h \
src/command/command.h src/command/command.c src/command/history.c \
src/command/commands.h src/command/commands.c \
src/command/history.h src/tools/parser.c \
src/tools/parser.h \
src/tools/autocomplete.c src/tools/autocomplete.h \
@@ -50,6 +51,7 @@ test_sources = \
src/xmpp/xmpp.h \
src/ui/ui.h \
src/command/command.h src/command/command.c src/command/history.c \
src/command/commands.h src/command/commands.c \
src/command/history.h src/tools/parser.c \
src/tools/parser.h \
src/tools/autocomplete.c src/tools/autocomplete.h \