aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-23 10:06:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-23 10:06:07 +0000
commitf76e7c10d09a037ffd102a0f4998ba86c5e14f97 (patch)
tree7e60558b8dfb8223c0b2dc6e9ddcbe9d18bf5e4f /src/include
parentf44c0036572d5557d2496748a4190a61e40e61ff (diff)
downloadgnunet-f76e7c10d09a037ffd102a0f4998ba86c5e14f97.tar.gz
gnunet-f76e7c10d09a037ffd102a0f4998ba86c5e14f97.zip
getting rid of unnecessary ignore_shutdown calls
Diffstat (limited to 'src/include')
-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