command.h: move function prototypes to AllCommands.h

This commit is contained in:
Max Kellermann
2012-09-25 12:16:42 +02:00
parent f3f25d5d40
commit a5d8b27671
7 changed files with 44 additions and 19 deletions

View File

@@ -20,6 +20,7 @@
#include "config.h"
#include "client_internal.h"
#include "protocol/result.h"
#include "AllCommands.h"
#include <string.h>