#ifndef LOCKFILE_H
#define LOCKFILE_H

extern int create_lock(char* id);
extern void remove_lock(int fd);

#endif
