1 #ifndef LOCKFILE_H
2 #define LOCKFILE_H
3 
4 void lockfile_unlink(void);
5 void lockfile_init(void);
6 
7 #endif /* LOCKFILE_H */
8