1f10aceda99835b281c05da241225a7afc3aab91
[projects/cmucl/cmucl.git] / src / lisp / save.h
1 /*
2  * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/save.h,v 1.4 2008/12/10 16:16:11 rtoy Rel $
3  */
4
5 #ifndef _SAVE_H_
6 #define _SAVE_H_
7
8 #include "core.h"
9
10 extern boolean save(char *filename, lispobj initfun, int sse2_mode);
11
12 #endif /* _SAVE_H_ */