thermferm/lock.h

Thu, 24 Jul 2014 23:14:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 24 Jul 2014 23:14:20 +0200
changeset 133
345307762220
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fixed compiling on systems with wiringpi libs

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial