extend API to enalbe exclusive port ranges to be specified for testing-system objects
[oweals/gnunet.git] / src / include / gnunet_signal_lib.h
index e386ccc0ed261d001c96cea44bba61259633ea86..1597c76d026a5760648b9fc7c19728e8874a1f37 100644 (file)
@@ -59,9 +59,8 @@ typedef void (*GNUNET_SIGNAL_Handler) (void);
  * @param handler the function to call
  * @return context that can be used to restore, NULL on error
  */
-struct GNUNET_SIGNAL_Context *GNUNET_SIGNAL_handler_install (int signal,
-                                                             GNUNET_SIGNAL_Handler
-                                                             handler);
+struct GNUNET_SIGNAL_Context *
+GNUNET_SIGNAL_handler_install (int signal, GNUNET_SIGNAL_Handler handler);
 
 /**
  * Uninstall a previously installed signal hander.
@@ -69,7 +68,8 @@ struct GNUNET_SIGNAL_Context *GNUNET_SIGNAL_handler_install (int signal,
  * @param ctx context that was returned when the
  *            signal handler was installed
  */
-void GNUNET_SIGNAL_handler_uninstall (struct GNUNET_SIGNAL_Context *ctx);
+void
+GNUNET_SIGNAL_handler_uninstall (struct GNUNET_SIGNAL_Context *ctx);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */