add prorotypes for write_pid.c and environment.c

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8421 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-21 02:08:02 +00:00
parent 53ae23a8f2
commit a990d734de

View File

@@ -116,6 +116,10 @@
#define _PATH_HEQUIV "/etc/hosts.equiv"
#endif
#ifndef _PATH_VARRUN
#deifne _PATH_VARRUN "/var/run/"
#endif
#ifndef MAXPATHLEN
#define MAXPATHLEN (1024+4)
#endif
@@ -290,4 +294,10 @@ 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);
int
read_environment(const char *file, char ***env);
#endif /* __ROKEN_COMMON_H__ */