view src/ploki/match.h @ 6918:f6da2d0a377b

<hppavilion[1]> addquote <\\oren\\> i don\'t actually knwo the details, but i want those responsible, whoever they were to be punished
author HackBot
date Sun, 21 Feb 2016 02:02:09 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef MATCH_H_
#define MATCH_H_

#include "re.h"
#include "val.h"

void do_match(struct val *, t_regex *);

#endif /* MATCH_H_ */