bmsd/lock.h

Tue, 19 May 2020 22:48:59 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 19 May 2020 22:48:59 +0200
changeset 683
420bf5caf53e
parent 0
033898178630
permissions
-rw-r--r--

Fix compile switch

#ifndef	LOCK_H
#define	LOCK_H


int  lockprog(char *);
void ulockprog(char *);

#endif

mercurial