bmsd/lock.h

Wed, 06 Feb 2019 22:52:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 06 Feb 2019 22:52:28 +0100
changeset 248
cd98a44a9f1b
parent 0
033898178630
permissions
-rw-r--r--

Version 0.0.5. Updated design document. More or less in production.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial