Don't check for required options when parsing the command line.
[dss.git] / signal.h
1 /*
2  * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
7 /** \file signal.h exported symbols from signal.c */
8
9 int signal_init(void);
10 int install_sighandler(int);
11 int next_signal(void);
12 void signal_shutdown(void);
13 int reap_child(pid_t *pid, int *status);