]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.h
netatalk: fix a crash on Solaris when registering with mDNS
[netatalk.git] / etc / afpd / afp_config.h
index 09cad9bb92e35ae243ca17357fd9d352cef95192..bfa93c73d4a6dba22c23a3e95efb21597231daf8 100644 (file)
@@ -3,8 +3,9 @@
 
 #include <atalk/server_child.h>
 #include <atalk/globals.h>
+#include <atalk/dsi.h>
 
-extern AFPConfig *configinit (struct afp_options *);
-extern void configfree (AFPConfig *, const AFPConfig *);
+extern int configinit (AFPObj *);
+extern void configfree (AFPObj *, DSI *);
 
 #endif