diff options
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 */ |
