#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