You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
312 B

/**
* @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 */