thermferm/lock.h

Thu, 19 Feb 2015 14:42:55 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Feb 2015 14:42:55 +0100
changeset 316
73cd31dc6ce1
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Moved pid function to separate files

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial