(pid_file_*): fix prptos

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8514 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-01 20:06:32 +00:00
parent 4c0e1f1d00
commit a2ff38c694

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