]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.h
Primary reconnect
[netatalk.git] / etc / afpd / afp_config.h
index 1a0d08ef8859426a5e7fa8d113046d95308ff2c3..ba800ce3aa45c5b547b296ea0e650ebf9a48d6f7 100644 (file)
@@ -19,7 +19,7 @@ typedef struct AFPConfig {
     unsigned char *optcount;
     char status[1400];
     const void *defoptions, *signature;
-    int (*server_start) (struct AFPConfig *, struct AFPConfig *,
+    afp_child_t *(*server_start) (struct AFPConfig *, struct AFPConfig *,
                              server_child *);
     void (*server_cleanup) (const struct AFPConfig *);
     struct AFPConfig *next;