Details | Last modification | View Log | RSS feed
#ifndef _PATTERN_H_
#define _PATTERN_H_
#include "brender/br_types.h"
br_boolean BrNamePatternMatch(char* p, char* s);
#endif