/* * This file is part of the Cforall project * * $Id: MakeLibCfa.h,v 1.2 2005/08/29 20:14:14 rcbilson Exp $ * */ #ifndef LIBCFA_MAKELIBCFA_H #define LIBCFA_MAKELIBCFA_H #include #include namespace LibCfa { void makeLibCfa( std::list< Declaration* > &prelude ); } // namespace LibCfa #endif /* #ifndef LIBCFA_MAKELIBCFA_H */