#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>

/* File locking subroutines */

int lock_fd(int fd);
int unlock_fd( int fd);

