mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 12:00:44 +01:00
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_ */
|