K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2012-01-12T22:49:36.362398Z K 7 svn:log V 300 Move struct pidfh definition into pidfile.c, and leave a forward declaration for pidfh in libutil.h in its place. This allows us to hide the contents of the pidfh structure, and also allowed removal of the "#ifdef _SYS_PARAM_H" guard from around the pidfile_* function prototypes. Suggested by pjd. END