summaryrefslogtreecommitdiffstats
path: root/src/kernel/net.h
diff options
context:
space:
mode:
authorJohann Latocha2012-05-21 18:41:20 +0200
committerJohann Latocha2012-05-21 18:41:20 +0200
commitafdef2fa176881f11ebaac09abf1d13d0502c945 (patch)
tree6dbc870b86fb8b2562dae2e5dc31a47210eda589 /src/kernel/net.h
parent[KERNEL] RTT bug fixed (diff)
downloaddnbd3-afdef2fa176881f11ebaac09abf1d13d0502c945.tar.gz
dnbd3-afdef2fa176881f11ebaac09abf1d13d0502c945.tar.xz
dnbd3-afdef2fa176881f11ebaac09abf1d13d0502c945.zip
[ALL] Some cleanup
Diffstat (limited to 'src/kernel/net.h')
-rw-r--r--src/kernel/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/net.h b/src/kernel/net.h
index 3dfca41..64816bc 100644
--- a/src/kernel/net.h
+++ b/src/kernel/net.h
@@ -32,7 +32,7 @@
int dnbd3_net_connect(dnbd3_device_t *lo);
-void dnbd3_net_disconnect(dnbd3_device_t *lo);
+int dnbd3_net_disconnect(dnbd3_device_t *lo);
int dnbd3_net_send(void *data);