bmsd/lock.h

Sat, 08 Dec 2018 15:20:03 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 08 Dec 2018 15:20:03 +0100
changeset 130
601920b902e5
parent 0
033898178630
permissions
-rw-r--r--

Load a single recipe from the database instead of client side select.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial