10 lines
112 B
C
10 lines
112 B
C
|
#ifndef _PROGLOCK_H
|
||
|
#define _PROGLOCK_H
|
||
|
|
||
|
/* $Id$ */
|
||
|
|
||
|
int lockprogram(char *);
|
||
|
void ulockprogram(char*);
|
||
|
|
||
|
#endif
|