X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=write_fluffy.h;h=4f997f0b33c708c5ebc4a1bd0a5e61c73df2309a;hb=af3bbb42788a3fd9cfbdc2fbef3d7aa6d43c4bfc;hp=12cedd636ff08b9d7b4ff1e7453b9a284f2347ec;hpb=678b596e15fa892a3166a6d33a952d6208723875;p=cparser diff --git a/write_fluffy.h b/write_fluffy.h index 12cedd6..4f997f0 100644 --- a/write_fluffy.h +++ b/write_fluffy.h @@ -1,8 +1,27 @@ +/* + * This file is part of cparser. + * Copyright (C) 2007-2008 Matthias Braun + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + * 02111-1307, USA. + */ #ifndef WRITE_FLUFFY_H #define WRITE_FLUFFY_H #include "ast.h" -void write_fluffy_decls(const translation_unit_t *unit); +void write_fluffy_decls(FILE *out, const translation_unit_t *unit); #endif