/** * @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); #endif /* PARENS_H_INCLUDED */