bmsd/lock.h

Wed, 13 Mar 2019 20:17:15 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 13 Mar 2019 20:17:15 +0100
changeset 331
8d7fad771dde
parent 0
033898178630
permissions
-rw-r--r--

Warn if a fermentabe ingredient is used above the maximum in batch percentage.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial