bmsd/lock.h

Thu, 07 Feb 2019 16:40:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 07 Feb 2019 16:40:28 +0100
changeset 252
b558f3dfcda3
parent 0
033898178630
permissions
-rw-r--r--

Make sure all boolean values are saved correctly in the database.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial