fix pid_file prorotypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8437 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-21 15:15:19 +00:00
parent b692dce52a
commit 36008fc47c

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