From 00b360e95eabea83ead189962905f2d1e6292b7f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 29 Jun 2000 10:26:35 +0000 Subject: [PATCH] permute pid_foo_file -> pid_file_foo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8495 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 6bbd6ee6f..c0fb25d22 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_write_file (const char *progname); -void pid_delete_file (void); +void pid_file_write (const char *progname); +void pid_file_delete (void); int read_environment(const char *file, char ***env);