]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
Make struct signal_task generic and make afs use it.
[paraslash.git] / command.c
index 056df57de6046d5c5f3ccd13edd6fb6c2672864d..9873fdd34867d01efab9cfa84a8b755c48f8a3fa 100644 (file)
--- a/command.c
+++ b/command.c
@@ -7,8 +7,11 @@
 /** \file command.c does client authentication and executes server commands */
 
 #include <sys/time.h> /* gettimeofday */
 /** \file command.c does client authentication and executes server commands */
 
 #include <sys/time.h> /* gettimeofday */
+#include "para.h" /* gettimeofday */
+
 #include "server.cmdline.h"
 #include "server.cmdline.h"
-#include "afs.h"
+#include "afs_common.h"
+#include "afh.h"
 #include "server.h"
 #include "vss.h"
 #include "send.h"
 #include "server.h"
 #include "vss.h"
 #include "send.h"
@@ -19,6 +22,7 @@
 #include "daemon.h"
 #include "string.h"
 #include "fd.h"
 #include "daemon.h"
 #include "string.h"
 #include "fd.h"
+#include "list.h"
 #include "user_list.h"
 #include "server_command_list.h"
 
 #include "user_list.h"
 #include "server_command_list.h"