messages for inter-controller overlay connect
[oweals/gnunet.git] / src / include / gnunet_connection_lib.h
index 0806ccaa3784510b1b20a6d688ed0842282a5f5c..5ee46356a7a68fa9984c90e39ec04f1607ecd848 100644 (file)
@@ -342,16 +342,6 @@ GNUNET_CONNECTION_notify_transmit_ready_cancel (struct
                                                 *th);
 
 
-/**
- * Configure this connection to ignore shutdown signals.
- *
- * @param connection connection handle
- * @param do_ignore GNUNET_YES to ignore, GNUNET_NO to restore default
- */
-void
-GNUNET_CONNECTION_ignore_shutdown (struct GNUNET_CONNECTION_Handle *connection,
-                                   int do_ignore);
-
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {