00001 00009 #ifndef ICD_PID_H 00010 #define ICD_PID_H 00011 00012 #include <glib.h> 00013 00014 gboolean icd_pid_remove(const char *pidfile); 00015 gint icd_pid_check(const char *pidfile); 00016 gboolean icd_pid_write(const char *pidfile); 00017 00018 #endif