#ifndef l_crawl_h
#define l_crawl_h

static void create();

mixed can_crawl_str(string str);
mixed can_crawl_into_str(string str);

mixed do_crawl_str(string str);
mixed do_crawl_into_str(string str);

#endif /* l_crawl_h */
