]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.h
New option parsing
[netatalk.git] / etc / afpd / afp_config.h
index 022a6e65d41e1c979fb7597408b41fb1dd47c139..09cad9bb92e35ae243ca17357fd9d352cef95192 100644 (file)
@@ -4,18 +4,6 @@
 #include <atalk/server_child.h>
 #include <atalk/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;
-
 extern AFPConfig *configinit (struct afp_options *);
 extern void configfree (AFPConfig *, const AFPConfig *);