#ifndef l_smell_h
#define l_smell_h

static void create();

mixed can_smell();
mixed can_smell_obj(object ob, string id);

mixed do_smell();
mixed do_smell_obj(object ob, string id);

#endif /* l_smell_h */
