Select Git revision
ecc-dup-jj.c
otable.h 603 B
/*\
||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information.
\*/
/*
* $Id: otable.h,v 1.2 1998/03/28 15:07:00 grubba Exp $
*/
void enter_program_hash PROT((struct program *));
void remove_program_hash PROT((struct program *));
struct program *lookup_program_hash PROT((char *));
char *show_otable_status PROT((int verbose));
void enter_my_object_hash(struct object *ob);
void remove_my_object_hash(struct object *ob);
void uninit_otable(void);
void uninit_ohash(void);