aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-18 22:36:27 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-18 22:36:27 +0300
commit84838fa69592cf37f97aaa918ad4e69b8bd4d62a (patch)
tree1f0395d1ff3f5ad391155bcd819ee77b972eb02f /src/wydawca.h
parent5e93c56acf080ef006176076be4efab4aa0591c0 (diff)
downloadwydawca-84838fa69592cf37f97aaa918ad4e69b8bd4d62a.tar.gz
wydawca-84838fa69592cf37f97aaa918ad4e69b8bd4d62a.tar.bz2
Modify pidfile functions
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index 2c1c3de..c48ea30 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -529,8 +529,9 @@ void report_finish(void);
extern char *report_string;
/* profile.c */
-void check_pidfile(void);
-void remove_pidfile(void);
+void pidfile_check(void);
+void pidfile_remove(void);
+void pidfile_update(void);
/* net.c */
void *wy_thr_listen(void *);

Return to:

Send suggestions and report system problems to the System administrator.