#ifndef _OBJ_SCROLL_H_2c502862_ #define _OBJ_SCROLL_H_2c502862_ /* * APIs exported by obj-scroll.c. Currently there's only the one. */ #include "structs.h" /* * Read something. The caller is expected to ensure the argument is * (a) readable and (b) exactly one object. */ extern void read_it(INVOBJ *); #endif