From a2ff38c6942a0ec51ed3e4c1a53db00b4b01d075 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 1 Jul 2000 20:06:32 +0000 Subject: [PATCH] (pid_file_*): fix prptos git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8514 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 c0fb25d22..ca05a87b4 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 pid_file_write (const char *progname); -void pid_file_delete (void); +char *pid_file_write (const char *progname); +void pid_file_delete (char **); int read_environment(const char *file, char ***env);