#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include <errno.h>
#include <glib.h>
#include "icd_pid.h"
Functions | |
gboolean | icd_pid_remove (const char *pidfile) |
static gint | icd_pid_read (const char *pidfile) |
gint | icd_pid_check (const char *pidfile) |
gboolean | icd_pid_write (const char *pidfile) |