]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/status.h
Remove all Appletalk stuff
[netatalk.git] / etc / afpd / status.h
index 0db90fd5d3434748c48c3b76d49d9ff79256e7e9..260ca852a1dbaec6ba6aec606a4fd5250e81852e 100644 (file)
@@ -2,7 +2,6 @@
 #define AFPD_STATUS_H 1
 
 #include <atalk/dsi.h>
-#include <atalk/asp.h>
 #include "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 */