2 * SMSD PID file handling
4 #ifndef __smsd_pidfile_h__
5 #define __smsd_pidfile_h__
8 * Check existing PID file if it points to existing application.
10 extern void check_pid(const char *pid_file
);
15 extern void write_pid(const char *pid_file
);
19 /* How should editor hadle tabs in this file? Add editor commands here.
20 * vim: noexpandtab sw=8 ts=8 sts=8: