bmsd/lock.h

Thu, 09 Sep 2021 15:40:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 09 Sep 2021 15:40:06 +0200
changeset 776
5189ee5445cd
parent 0
033898178630
permissions
-rw-r--r--

Tooltips corrupt the boolean values into integers.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial