bmsd/lock.h

Sun, 03 Feb 2019 21:26:23 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 03 Feb 2019 21:26:23 +0100
changeset 237
9337b5ff8698
parent 0
033898178630
permissions
-rw-r--r--

Added calcStage function that will be used to increase the brew process stage.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial