]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
Merge remote branch 'sf/product-2-2' into develop
[netatalk.git] / include / atalk / dsi.h
index 60afc18659f5140b59b36433dfc41105993efce0..bd8cc8b4e50ec700970fb05bcefa5f6267810cbe 100644 (file)
@@ -161,7 +161,7 @@ extern void dsi_setstatus (DSI *, char *, const size_t);
 extern int dsi_tcp_init(DSI *dsi, const char *hostname, const char *address, const char *port);
 
 /* in dsi_getsess.c */
-extern afp_child_t *dsi_getsession (DSI *, server_child *, const int);
+extern int dsi_getsession (DSI *, server_child *, const int, afp_child_t **);
 extern void dsi_kill (int);