X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fafp_config.h;h=09cad9bb92e35ae243ca17357fd9d352cef95192;hb=df7560dfdb12b06090dc4b2c6e88d0858930b591;hp=022a6e65d41e1c979fb7597408b41fb1dd47c139;hpb=056d3ef4c88ba09eabb1fcbf06bdd9fe6e7af4cf;p=netatalk.git diff --git a/etc/afpd/afp_config.h b/etc/afpd/afp_config.h index 022a6e65..09cad9bb 100644 --- a/etc/afpd/afp_config.h +++ b/etc/afpd/afp_config.h @@ -4,18 +4,6 @@ #include #include -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 *);