X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=685654d5aae87f64e8d02823521984d1291133f7;hp=68c0ae1fceb762c0fb278e064168c57f07ec147d;hb=1e89a35b86480c4bbcb143e88417707e15217f1a;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;ds=sidebyside diff --git a/signal.h b/signal.h index 68c0ae1f..685654d5 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -19,7 +19,8 @@ struct signal_task { }; int para_signal_init(void); -int para_install_sighandler(int); +void para_sigaction(int sig, void (*handler)(int)); +void para_install_sighandler(int); void para_reap_children(void); int para_reap_child(pid_t *pid); int para_next_signal(void);