diff options
| author | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
| commit | d9b456d738e5013d48f41f5e6315ef7c22d6acf0 (patch) | |
| tree | 2e3722f5697cbf883c4b16edc87726b9e510bce1 /src/signal.h | |
Initial commit
Diffstat (limited to 'src/signal.h')
| -rw-r--r-- | src/signal.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/signal.h b/src/signal.h new file mode 100644 index 0000000..d3a513a --- /dev/null +++ b/src/signal.h @@ -0,0 +1,10 @@ +#ifndef _DWXINFO_SIGNAL_H_ +#define _DWXINFO_SIGNAL_H_ + +#include <signal.h> + +extern sig_atomic_t signal_running; + +int signal_setup_actions(); + +#endif |
