aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/cmake/CMakeLists.txt
blob: 716888f5331b952642ce1f5ce6cae65ddaaf72fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
generated by cgit v1.2.3 (git 2.25.1) at 2024-07-04 21:02:46 +0000
 


 Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * $Log: pid.h,v $
 * Revision 1.1  2003/08/08 08:05:23  reinelt
 * added PID file handling
 *
 */

#ifndef _PID_H_
#define _PID_H_

int pid_init (const char *pidfile);
int pid_exit (const char *pidfile);

#endif