#ifndef GRASS_LOCK_H #define GRASS_LOCK_H int lock_file(char *, int); int unlock_file(char *); #endif