]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/status.h
Merge master
[netatalk.git] / etc / afpd / status.h
index ae16bb49c0cc2fb6d1cf50088e667e6351c60ff1..6bae26fa6c8bc7b98c2bcb50c5252684a050c64a 100644 (file)
@@ -1,9 +1,7 @@
 #ifndef AFPD_STATUS_H
 #define AFPD_STATUS_H 1
 
-#include <sys/cdefs.h>
 #include <atalk/dsi.h>
-#include <atalk/asp.h>
 #include <atalk/globals.h>
 
 #include "afp_config.h"
 #define PASSWD_NOSAVE  (1 << 1)
 #define PASSWD_ALL     (PASSWD_SET | PASSWD_NOSAVE)
 
-extern void status_versions (char * /*status*/, const ASP, const DSI *);
+extern void status_versions (char * /*status*/, const DSI *);
 extern void status_uams (char * /*status*/, const char * /*authlist*/);
-extern void status_init (AFPConfig *, AFPConfig *,
-                                 const struct afp_options *);
+extern void status_init (AFPConfig *, const struct afp_options *);
 extern void set_signature(struct afp_options *);
 
 /* FP functions */