File: pidfile.h

package info (click to toggle)
darkstat 3.0.708-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 708 kB
  • ctags: 592
  • sloc: ansic: 5,326; sh: 322; makefile: 131
file content (12 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
/* darkstat 3
 * copyright (c) 2007 Emil Mikulic.
 *
 * pidfile.h: pidfile manglement
 */

void pidfile_create(const char *chroot_dir, const char *filename,
   const char *privdrop_user);
void pidfile_write_close(void);
void pidfile_unlink(void);

/* vim:set ts=3 sw=3 tw=78 et: */