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

#ifndef ALIGN_FUNC_PARAMS_H_INCLUDED
#define ALIGN_FUNC_PARAMS_H_INCLUDED

#include "chunk_list.h"

void align_func_params(void);

chunk_t *align_func_param(chunk_t *start);

#endif /* ALIGN_FUNC_PARAMS_H_INCLUDED */