/********************************************************
 * File: pattern.h
 * Created at Sun Jan 28 22:10:26 MSK 2001 by raorn // raorn@binec.ru
 *
 * $Id: pattern.h,v 1.2 2001/03/08 06:08:58 raorn Exp $
 *******************************************************/
#ifndef SHARED_PATTERN_H
#define SHARED_PATTERN_H

bool CheckPattern(uchar * pattern);
bool MatchPattern(uchar * pattern, uchar * str);
bool IsPattern(uchar * pattern);

#endif


syntax highlighted by Code2HTML, v. 0.9.1