]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.h
New option parsing
[netatalk.git] / etc / afpd / afp_config.h
index 7a603512af2c8538896a3a05a429bded201a0ae8..09cad9bb92e35ae243ca17357fd9d352cef95192 100644 (file)
@@ -2,20 +2,7 @@
 #define AFPD_CONFIG_H 1
 
 #include <atalk/server_child.h>
-
-#include "globals.h"
-
-typedef struct AFPConfig {
-    AFPObj obj;
-    int fd, statuslen;
-    unsigned char *optcount;
-    char status[1400];
-    const void *defoptions, *signature;
-    afp_child_t *(*server_start) (struct AFPConfig *, struct AFPConfig *,
-                             server_child *);
-    void (*server_cleanup) (const struct AFPConfig *);
-    struct AFPConfig *next;
-} AFPConfig;
+#include <atalk/globals.h>
 
 extern AFPConfig *configinit (struct afp_options *);
 extern void configfree (AFPConfig *, const AFPConfig *);