lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
/*
 * NAME:	efun.h
 * DESCRIPTION:	prototypes for external functions
 */

static object load_object(string file);
static object compile_object(string lpc_code);

static varargs mixed with_lock(string func, mixed args...);