#ifndef DBOX_LOCK_H

#define DBOX_LOCK_H

bool lock(const char *type, const char *name, const char *boxname, const char *module);
bool unlock(const char *type, const char *name, const char *boxname);

#endif


syntax highlighted by Code2HTML, v. 0.9.1