#ifndef __UTIL_PID_H__ #define __UTIL_PID_H__ int SCPidfileCreate(const char *); void SCPidfileRemove(const char *); #endif /* __UTIL_PID_H__ */