]> git.cameronkatri.com Git - pw-darwin.git/commit
Move struct pidfh definition into pidfile.c, and leave a forward declaration
authorGuy Helmer <ghelmer@FreeBSD.org>
Thu, 12 Jan 2012 22:49:36 +0000 (22:49 +0000)
committerGuy Helmer <ghelmer@FreeBSD.org>
Thu, 12 Jan 2012 22:49:36 +0000 (22:49 +0000)
commite8349f3902ec7a6badb6a9e6e27c73e6ababa203
tree61fc5c01c5de253fbbe366c6e861ffcb391ad4ff
parent7edffb98b4ef7dad5becb42359a4edf0852ec003
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.
libutil/libutil.h