aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/command.h b/src/command.h
index 71516b12..4d38b0f5 100644
--- a/src/command.h
+++ b/src/command.h
@@ -19,19 +19,15 @@
#ifndef COMMAND_H
#define COMMAND_H
-#include "../config.h"
-
-#include "list.h"
-#include "myfprintf.h"
-#include "log.h"
-#include "ack.h"
-#include "sllist.h"
+#include "gcc.h"
#include "os_compat.h"
#define COMMAND_RETURN_KILL 10
#define COMMAND_RETURN_CLOSE 20
#define COMMAND_MASTER_READY 30
+struct strnode;
+
int processListOfCommands(int fd, int *permission, int *expired,
int listOK, struct strnode *list);