bmsd/lock.h

Sun, 02 Jun 2019 19:56:44 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 02 Jun 2019 19:56:44 +0200
changeset 393
5020feba78ec
parent 0
033898178630
permissions
-rw-r--r--

Moved the reduce inventory code from the crontask to the db_productsphp file so the reduce is done only after a save of a record.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial