thermferm/lock.h

Sat, 19 Jan 2019 20:31:50 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Jan 2019 20:31:50 +0100
changeset 573
479878d528f2
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fix for compiling with wiringPi

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial