From 36008fc47c803a46cf77b1d4a738ff2d4a226d9f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 21 Jun 2000 15:15:19 +0000 Subject: [PATCH] fix pid_file prorotypes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8437 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);