summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/src/align_func_proto.h
blob: 811020e05470c6463f271061e6889ebb9a02e08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @file align_func_proto.h
 *
 * @author  Guy Maurel
 * split from align.cpp
 * @author  Ben Gardner
 * @license GPL v2+
 */

#ifndef ALIGN_FUNC_PROTO_H_INCLUDED
#define ALIGN_FUNC_PROTO_H_INCLUDED

#include "chunk.h"

//! Aligns all function prototypes in the file.
void align_func_proto(size_t span);

#endif /* ALIGN_FUNC_PROTO_H_INCLUDED */