mirror of
https://github.com/javalsai/lidm.git
synced 2026-05-28 18:17:17 +02:00
7e7a297e2e
Co-authored-by: grialion <48643945+grialion@users.noreply.github.com>
9 lines
201 B
C
9 lines
201 B
C
#ifndef SIGNALHANDLERH_
|
|
#define SIGNALHANDLERH_
|
|
|
|
// handle SIGTERM by sending SIGTERM to all children, resulting
|
|
// in a graceful graphical shutdown
|
|
void setup_sigterm();
|
|
|
|
#endif /* SIGNALHANDLERH_ */
|