bmsd/lock.h

Fri, 21 May 2021 16:36:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 21 May 2021 16:36:06 +0200
changeset 751
3ba26a83eb93
parent 0
033898178630
permissions
-rw-r--r--

Allow add and delete of fermentables durring valid brew moments. Add and edit a fermantable only to stages that have not yet been done. Block the packaging choices, edited elsewhere.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial