#ifndef _OBJ_POTION_H_6db61078_ #define _OBJ_POTION_H_6db61078_ /* * APSs exported by obj-potion.c. Currently there's only the one. */ #include "structs.h" /* * Quaff a potion. The caller is expected to ensure the INVOBJ is * exactly one potion. */ extern void quaff_it(INVOBJ *); #endif