13 lines
272 B
C
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 */
|