brewco/lock.h

Thu, 17 Dec 2015 22:45:54 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 17 Dec 2015 22:45:54 +0100
changeset 463
a1da58215b65
parent 434
eb724767860d
permissions
-rw-r--r--

Completed the recipe editor.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial