bmsd/lock.h

Fri, 03 Jan 2020 15:21:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 03 Jan 2020 15:21:22 +0100
changeset 577
b4bfed3684d0
parent 0
033898178630
permissions
-rw-r--r--

In production archive lists show always the OG from the brew fermenter SG. Possible fix for the not used og field in the database.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial