]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/status.h
Spelling fix in log message: continous -> continuous
[netatalk.git] / etc / afpd / status.h
index d97fa1773df2b220bb2451b6a9f17fc9fc768405..17753f95c77211a78a987f3621101272ee5cd3e2 100644 (file)
@@ -4,7 +4,8 @@
 #include <sys/cdefs.h>
 #include <atalk/dsi.h>
 #include <atalk/asp.h>
-#include "globals.h"
+#include <atalk/globals.h>
+
 #include "afp_config.h"
 
 /* we use these to prevent whacky alignment problems */
 #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*/,
+#ifndef NO_DDP
+                             const ASP,
+#endif
+                             const DSI *);
 extern void status_uams (char * /*status*/, const char * /*authlist*/);
 extern void status_init (AFPConfig *, AFPConfig *,
                                  const struct afp_options *);