root/foundation-apps/mxterm-maxx/charclass.h

Revision 8, 473 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1/* $XTermId: charclass.h,v 1.6 2006/02/13 01:14:58 tom Exp $ */
2
3/* $XFree86: xc/programs/xterm/charclass.h,v 1.3 2006/02/13 01:14:58 dickey Exp $ */
4
5#ifndef CHARCLASS_H
6#define CHARCLASS_H
7
8extern void init_classtab(void);
9/* intialise the table. needs calling before either of the
10   others. */
11
12extern int SetCharacterClassRange(int low, int high, int value);
13extern int CharacterClass(int c);
14
15#ifdef NO_LEAKS
16extern void noleaks_CharacterClass(void);
17#endif
18
19#endif
Note: See TracBrowser for help on using the browser.