aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_client_lib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 60fa938c8..100de326f 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -70,12 +70,9 @@ GNUNET_CLIENT_connect (const char *service_name,
70 * which case the message may still be lost). 70 * which case the message may still be lost).
71 * 71 *
72 * @param sock handle to the service connection 72 * @param sock handle to the service connection
73 * @param finish_pending_write should a transmission already passed to the
74 * handle be completed?
75 */ 73 */
76void 74void
77GNUNET_CLIENT_disconnect (struct GNUNET_CLIENT_Connection *sock, 75GNUNET_CLIENT_disconnect (struct GNUNET_CLIENT_Connection *sock);
78 int finish_pending_write);
79 76
80 77
81/** 78/**