bmsd/lock.h

Thu, 28 Feb 2019 22:50:58 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 28 Feb 2019 22:50:58 +0100
changeset 302
d0f7b4ab000f
parent 0
033898178630
permissions
-rw-r--r--

Added product export screen with choices to export to beerxml, duplicate product or copy to recipe. Products in wait state can now be deleted.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial