TinyMAZE/
TinyMAZE/config/
TinyMAZE/doc/
TinyMAZE/run/msgs/
TinyMAZE/src/
TinyMAZE/src/db/
TinyMAZE/src/ident/
TinyMAZE/src/io/
TinyMAZE/src/prog/
TinyMAZE/src/softcode/
TinyMAZE/src/util/
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "db.h"
#include "externs.h"

int eval_boolexp(OBJ *player, OBJ *thing, char *lock)
{
  return(1);
}

char *process_lock(OBJ *player, char *lock)
{
  return(lock);
}

char *unprocess_lock(OBJ *player, char *lock)
{
  return("");
}