permute pid_foo_file -> pid_file_foo

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-29 10:26:35 +00:00
parent 0481f55a55
commit 00b360e95e

View File

@@ -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);