summaryrefslogtreecommitdiffstats
path: root/src/server/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/net.h')
-rw-r--r--src/server/net.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/net.h b/src/server/net.h
index 7719aef..2d6e5e7 100644
--- a/src/server/net.h
+++ b/src/server/net.h
@@ -3,7 +3,7 @@
*
* Copyright(c) 2011-2012 Johann Latocha <johann@latocha.de>
*
- * This file may be licensed under the terms of of the
+ * This file may be licensed under the terms of the
* GNU General Public License Version 2 (the ``GPL'').
*
* Software distributed under the License is distributed
@@ -37,6 +37,4 @@ void net_disconnectAll();
void net_waitForAllDisconnected();
-void net_sendReply(dnbd3_client_t *client, uint16_t cmd, uint64_t handle);
-
#endif /* NET_H_ */