bmsd/lock.h

Thu, 20 Jun 2019 19:58:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 20 Jun 2019 19:58:23 +0200
changeset 422
7943afc0fcde
parent 0
033898178630
permissions
-rw-r--r--

Added cron upgrade tasks to initialize the priming_water amounts. Fixed these to be a float instead of integer.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial