diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-10 22:33:44 -0300 |
|---|---|---|
| committer | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-10 22:33:44 -0300 |
| commit | a4270020addc324fb60d2b1b446b41bc31e3baf8 (patch) | |
| tree | 8708f08c66a63f08c0cd88ab1a46faadcd3f4706 /pidfile.h | |
Import Upstream version 1.0.4upstream/1.0.4
Diffstat (limited to 'pidfile.h')
| -rw-r--r-- | pidfile.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pidfile.h b/pidfile.h new file mode 100644 index 0000000..f61ea50 --- /dev/null +++ b/pidfile.h @@ -0,0 +1,18 @@ +/* + + (C) 2014 Mika Ilmaranta <ilmis@nullnet.fi> + + License: GPLv2 + +*/ + +#ifndef __PIDFILE_H__ +#define __PIDFILE_H__ + +int pidfile_open(void); +int pidfile_update(void); +void pidfile_close(void); + +#endif + +/* EOF */ |
