#ifndef _OBJ_WAND_H_6571743d_ #define _OBJ_WAND_H_6571743d_ /* * APIs exported by obj-wand.c. Currently there's only the one. */ #include "structs.h" /* * Zap a wand. Assmmmmes the caller has ensured the argument is * exactly one wand. */ extern void zap_it(INVOBJ *); #endif