view ploki/match.h @ 4215:7a6bc310b732

<shachaf> tar xjf ploki-0.6.5.1.tar.bz2
author HackBot
date Fri, 20 Dec 2013 22:04:38 +0000
parents
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_ */