bmsd/lock.h

Thu, 14 May 2020 14:38:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 14 May 2020 14:38:20 +0200
changeset 678
14322825cb3d
parent 0
033898178630
permissions
-rw-r--r--

The co2meters monitor screen rebuild to use websockets instead of data polling.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial