Translation update done using Pootle.
[gammu.git] / smsd / pidfile.h
blobdcdeef09aca684c241af6b524db2c4e1a910d407
1 /**
2 * SMSD PID file handling
3 */
4 #ifndef __smsd_pidfile_h__
5 #define __smsd_pidfile_h__
7 /**
8 * Check existing PID file if it points to existing application.
9 */
10 extern void check_pid(const char *pid_file);
12 /**
13 * Write a pid file.
15 extern void write_pid(const char *pid_file);
17 #endif
19 /* How should editor hadle tabs in this file? Add editor commands here.
20 * vim: noexpandtab sw=8 ts=8 sts=8: