dtinfo/TextParser.C: coverity CID 89054; mem corruption
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / UAS / DtSR / TextParser.hh
1 // $XConsortium: TextParser.hh /main/3 1996/06/11 17:41:47 cde-hal $
2 /*      Copyright (c) 1995 FUJITSU LIMITED      */
3 /*      All Rights Reserved                     */
4
5 #ifndef __STRING_PARSER_HH__
6 #define __STRING_PARSER_HH__
7
8 class StringParser {
9
10 public:
11
12   static const char *
13         hilite(const char* text, int n, const char* pats);
14
15   static char *
16         brute_force(const char* text, int, const char* pats, int sensitive = 0);
17
18   static const char *
19         project_textrun(const char *);
20
21 };
22
23 #endif