e67b89ace684025d73b0c6efd108bafd24ad6355
[projects/cmucl/cmucl.git] / src / lisp / search.h
1 /*
2  * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/search.h,v 1.2 2005/09/15 18:26:52 rtoy Rel $
3  */
4
5 #ifndef _SEARCH_H_
6 #define _SEARCH_H_
7
8 extern boolean search_for_type(int type, lispobj ** start, int *count);
9 extern boolean search_for_symbol(char *name, lispobj ** start, int *count);
10
11 #endif