5240d58b1f0ea6ef16a4f43a07345a88c5b78df4
[projects/cmucl/cmucl.git] / src / lisp / purify.h
1 /*
2  * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/purify.h,v 1.2 2005/01/13 19:55:00 fgilham Rel $
3  */
4
5 #ifndef _PURIFY_H_
6 #define _PURIFY_H_
7
8 extern int purify(lispobj static_roots, lispobj read_only_roots);
9
10 #endif /* _PURIFY_H_ */