]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/status.h
Warning fixes.
[netatalk.git] / etc / afpd / status.h
index 3a51a57ddc825a58053bbf8074600a11313d37e9..a0b5282e0b7bea974cdd3e06780cb8170d1e6c43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: status.h,v 1.3 2001-06-20 18:33:04 rufustfirefly Exp $
+ * $Id: status.h,v 1.4 2001-08-15 01:37:34 srittau Exp $
  */
 
 #ifndef AFPD_STATUS_H
@@ -29,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