The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/* util_pid_func.h	10-3-03	*/
#ifndef DBTP_UPID_FUNC_H
#define DBTP_UPID_FUNC_H 1
void savpid(char * fpath);
char * pidpath();
char * chk4pid(char * fpath);
#endif