summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h
new file mode 100644
index 00000000..de6ace3e
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h
@@ -0,0 +1,18 @@
+/**
+ * @file cs_top_is_question.h
+ *
+ * @author Guy Maurel
+ * @license GPL v2+
+ * extract from combine.cpp
+ */
+
+#ifndef CS_TOP_IS_QUESTION_H_INCLUDED
+#define CS_TOP_IS_QUESTION_H_INCLUDED
+
+#include "ChunkStack.h"
+
+
+bool cs_top_is_question(ChunkStack &cs, size_t level);
+
+
+#endif /* CS_TOP_IS_QUESTION_H_INCLUDED */