summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parens.h
blob: f3c6fe87347b201a17fc1e0c2fcbe1ca15c28a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * @file parens.h
 * prototypes for parens.cpp
 *
 * @author  Ben Gardner
 * @license GPL v2+
 */
#ifndef PARENS_H_INCLUDED
#define PARENS_H_INCLUDED

#include "uncrustify_types.h"


//! add parenthesis
void do_parens();


void do_parens_assign();


void do_parens_return();


#endif /* PARENS_H_INCLUDED */