#ifndef _PROGLOCK_H #define _PROGLOCK_H /* $Id$ */ int lockprogram(char *); void ulockprogram(char*); #endif