diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 27a1aff9e..bd40e5211 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -294,8 +294,8 @@ void timevalfix(struct timeval *t1); void timevaladd(struct timeval *t1, const struct timeval *t2); void timevalsub(struct timeval *t1, const struct timeval *t2); -void write_pid_file (const char *progname); -void delete_pid_file (void); +void pid_write_file (const char *progname); +void pid_delete_file (void); int read_environment(const char *file, char ***env);