]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/status.h
bugfix: close the right fork in renamefile, copy and paste error...
[netatalk.git] / etc / afpd / status.h
index a59280a45394dfa9d2a72fd91a1c3bd0fafaec93..f4e984b23575c4961d18caa855c4a16bfdf06a13 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * $Id: status.h,v 1.5 2001-12-03 05:03:38 jmarcus Exp $
+ */
+
 #ifndef AFPD_STATUS_H
 #define AFPD_STATUS_H 1
 
@@ -5,7 +9,7 @@
 #include <atalk/dsi.h>
 #include <atalk/asp.h>
 #include "globals.h"
-#include "config.h"
+#include "afp_config.h"
 
 /* we use these to prevent whacky alignment problems */
 #define AFPSTATUS_MACHOFF     0
@@ -25,8 +29,8 @@
 
 extern void status_versions __P((char * /*status*/));
 extern void status_uams __P((char * /*status*/, const char * /*authlist*/));
-extern const void status_init __P((AFPConfig *, AFPConfig *,
-                                  const struct afp_options *));
+extern void status_init __P((AFPConfig *, AFPConfig *,
+                                 const struct afp_options *));
 extern int      afp_getsrvrinfo __P((AFPObj *, char *, int, char *, int *));
 
 #endif