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

#ifndef FIXNAMES_H
#define FIXNAMES_H

#include "SynTree/SynTree.h"

namespace CodeGen {

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

} // namespace CodeGen

#endif /* #ifndef FIXNAMES_H */
