root/foundation-apps/mxterm-maxx/charclass.h
| Revision 8, 473 bytes (checked in by emasson, 3 years ago) |
|---|
| 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 | |
| 8 | extern void init_classtab(void); |
| 9 | /* intialise the table. needs calling before either of the |
| 10 | others. */ |
| 11 | |
| 12 | extern int SetCharacterClassRange(int low, int high, int value); |
| 13 | extern int CharacterClass(int c); |
| 14 | |
| 15 | #ifdef NO_LEAKS |
| 16 | extern void noleaks_CharacterClass(void); |
| 17 | #endif |
| 18 | |
| 19 | #endif |
Note: See TracBrowser
for help on using the browser.
