summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h
new file mode 100644
index 00000000..b392a5d7
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h
@@ -0,0 +1,19 @@
+/**
+ * @file change_int_types.h
+ * prototypes for change_int_types.cpp
+ *
+ * @author Alex Henrie
+ * @license GPL v2+
+ */
+
+#ifndef CHANGE_INT_TYPES_H_INCLUDED
+#define CHANGE_INT_TYPES_H_INCLUDED
+
+
+/**
+ * @brief Add or remove redundant 'int' keyword of integer types
+ */
+void change_int_types();
+
+
+#endif /* CHANGE_INT_TYPES_H_INCLUDED */