summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h
new file mode 100644
index 00000000..f3c6fe87
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h
@@ -0,0 +1,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 */