summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgiladogit <32686842+giladogit@users.noreply.github.com>2018-07-06 17:15:37 -0700
committerGitHub <noreply@github.com>2018-07-06 17:15:37 -0700
commit91cecf5d3b32af133f7457eabb73fedc59bb2b39 (patch)
tree0698df79d57827c0c91f75b61e436329e10d62e8
parentfd696d7b12840420cb9364a0b524f67f4379ab92 (diff)
Update signals.h
See issue #405
-rw-r--r--src/signals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signals.h b/src/signals.h
index 526285d..090ab0b 100644
--- a/src/signals.h
+++ b/src/signals.h
@@ -27,5 +27,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define SIGNALS_H
void setup_signal_handlers();
-
+extern int sig_exit;
#endif