]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
Fix for bug id #6: uncaught error condition from dsi_stream_read function call.
[netatalk.git] / include / atalk / dsi.h
index babd8288ce3fc55745b5acb7d2897479822ac4f5..8fcb950bf9295e984d79dd96bc4309ff6dde5149 100644 (file)
@@ -185,6 +185,7 @@ extern ssize_t dsi_stream_write (DSI *, void *, const size_t, const int mode);
 extern size_t dsi_stream_read (DSI *, void *, const size_t);
 extern int dsi_stream_send (DSI *, void *, size_t);
 extern int dsi_stream_receive (DSI *, void *, const size_t, size_t *);
+extern int dsi_disconnect(DSI *dsi);
 
 #ifdef WITH_SENDFILE
 extern ssize_t dsi_stream_read_file(DSI *, int, off_t off, const size_t len);