#ifndef GNUMERIC_LOCK_H #define GNUMERIC_LOCK_H #include "gnumeric.h" gboolean acquire_lock(char* filename); gboolean relinquish_lock(char* filename); gboolean is_locked(char* filename); #endif