aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index a96215886..60fa938c8 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -59,18 +59,6 @@ GNUNET_CLIENT_connect (const char *service_name,
59 59
60 60
61/** 61/**
62 * Configure this connection to ignore shutdown signals.
63 *
64 * @param h client handle
65 * @param do_ignore GNUNET_YES to ignore, GNUNET_NO to restore default
66 */
67void
68GNUNET_CLIENT_ignore_shutdown (struct GNUNET_CLIENT_Connection *h,
69 int do_ignore);
70
71
72
73/**
74 * Destroy connection with the service. This will automatically 62 * Destroy connection with the service. This will automatically
75 * cancel any pending "receive" request (however, the handler will 63 * cancel any pending "receive" request (however, the handler will
76 * *NOT* be called, not even with a NULL message). Any pending 64 * *NOT* be called, not even with a NULL message). Any pending