aboutsummaryrefslogtreecommitdiff
path: root/src/pattern/next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pattern/next.h')
-rw-r--r--src/pattern/next.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pattern/next.h b/src/pattern/next.h
new file mode 100644
index 0000000..c6aa380
--- /dev/null
+++ b/src/pattern/next.h
@@ -0,0 +1,9 @@
+#ifndef PLOC_GEN_PATTERN_NEXT_H
+#define PLOC_GEN_PATTERN_NEXT_H
+
+#include <stdbool.h>
+#include "pattern.h"
+
+bool next_point(struct pattern *pattern);
+
+#endif \ No newline at end of file