#ifndef GROUPSELECT_H
#define GROUPSELECT_H

/* for pcre type */
#include <pcre.h>

pcre *gs_compile(const char *regex);
int gs_match(const pcre *p, const char *s);

#endif


syntax highlighted by Code2HTML, v. 0.9.1