aboutsummaryrefslogtreecommitdiff
path: root/src/genrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/genrc.h')
-rw-r--r--src/genrc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/genrc.h b/src/genrc.h
index c6ee57b..e77c840 100644
--- a/src/genrc.h
+++ b/src/genrc.h
@@ -1,5 +1,5 @@
/* This file is part of genrc
-Copyryght (C) 2018 Sergey Poznyakoff
+Copyryght (C) 2018, 2019 Sergey Poznyakoff
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
@@ -145,6 +145,9 @@ extern int genrc_signal_stop;
extern GENRC_PID_CLOSURE *genrc_pid_closure;
extern char *genrc_create_pidfile;
extern int genrc_verbose;
+extern char *genrc_shell;
+
+void spawn(int *p);
int sentinel(void);

Return to:

Send suggestions and report system problems to the System administrator.