mud/lib/verbs/items/include/unlock.h
2020-09-06 05:43:07 -07:00

13 lines
272 B
C

#ifndef l_unlock_h
#define l_unlock_h
static void create();
varargs mixed can_unlock_obj_with_obj(object ob, object key, mixed *args...);
varargs mixed do_unlock_obj_with_obj(object ob, object key, mixed *args...);
string GetHelp(string str);
#endif /* l_unlock_h */