parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / wrappergen / write_fluffy.h
1 /*
2  * This file is part of cparser.
3  * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
4  */
5 #ifndef WRITE_FLUFFY_H
6 #define WRITE_FLUFFY_H
7
8 #include "ast.h"
9
10 void write_fluffy_decls(FILE *out, const translation_unit_t *unit);
11
12 #endif