summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/src/parens.h
blob: cfcb95016e655e2bc7199a97b3bb1a757ae5bb22 (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.c
 *
 * @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 */