/*
 * This file is part of the Cforall project
 *
 * $Id: CopyParams.h,v 1.2 2005/08/29 20:14:13 rcbilson Exp $
 *
 */

#ifndef GENPOLY_COPYPARAMS_H
#define GENPOLY_COPYPARAMS_H

#include "SynTree/SynTree.h"

namespace GenPoly {

void copyParams( std::list< Declaration* > &translationUnit );

} // namespace GenPoly

#endif /* #ifndef GENPOLY_COPYPARAMS_H */
