]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.h
Merge master
[netatalk.git] / etc / afpd / afp_config.h
index 5db8217846abdf85f48e892b4c7d3caf8cfede28..c89a9082e473b2e5d18b5ef09513118d58224437 100644 (file)
@@ -12,7 +12,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;