]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.h
Remove misleading logmessage added in previous commit e4e8f3a8
[netatalk.git] / etc / afpd / afp_config.h
index b8a28b9f697111535f19cc2f9b27291aa615f37f..bfa93c73d4a6dba22c23a3e95efb21597231daf8 100644 (file)
@@ -1,31 +1,11 @@
-/*
- * $Id: afp_config.h,v 1.3 2001-12-03 05:03:38 jmarcus Exp $
- */
-
 #ifndef AFPD_CONFIG_H
 #define AFPD_CONFIG_H 1
 
-#ifdef HAVE_SYS_CDEFS_H
-#include <sys/cdefs.h>
-#endif /* HAVE_SYS_CDEFS_H */
-
 #include <atalk/server_child.h>
-#include <atalk/atp.h>
-#include "globals.h"
-
-typedef struct AFPConfig {
-    AFPObj obj;
-    int fd, statuslen;
-    unsigned char *optcount;
-    char status[ATP_MAXDATA];
-    const void *defoptions, *signature;
-    int (*server_start) __P((struct AFPConfig *, struct AFPConfig *,
-                             server_child *));
-    void (*server_cleanup) __P((const struct AFPConfig *));
-    struct AFPConfig *next;
-} AFPConfig;
+#include <atalk/globals.h>
+#include <atalk/dsi.h>
 
-extern AFPConfig *configinit __P((struct afp_options *));
-extern void configfree __P((AFPConfig *, const AFPConfig *));
+extern int configinit (AFPObj *);
+extern void configfree (AFPObj *, DSI *);
 
 #endif