File: daemon_init.h

package info (click to toggle)
ganglia 3.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,484 kB
  • ctags: 3,880
  • sloc: ansic: 27,874; sh: 11,052; python: 6,695; makefile: 565; perl: 366; php: 126; xml: 28
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef DAEMON_INIT_H
#define DAEMON_INIT_H 1

#include <sys/types.h>
#include <sys/stat.h>

void daemon_init (const char *pname, int facility, mode_t rrd_umask);

#endif