aboutsummaryrefslogtreecommitdiff
path: root/src/pattern/next.h
blob: c6aa380f50c86c81b54b2af2ee3593ac37c4b606 (plain)
1
2
3
4
5
6
7
8
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