You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src/util-pidfile.h

9 lines
148 B
C

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