diff options
Diffstat (limited to 'nx-X11/programs/xterm/charclass.h')
-rw-r--r-- | nx-X11/programs/xterm/charclass.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nx-X11/programs/xterm/charclass.h b/nx-X11/programs/xterm/charclass.h new file mode 100644 index 000000000..c93f8ff47 --- /dev/null +++ b/nx-X11/programs/xterm/charclass.h @@ -0,0 +1,13 @@ +/* $XFree86: xc/programs/xterm/charclass.h,v 1.1 2000/08/26 04:33:53 dawes Exp $ */ + +#ifndef CHARCLASS_H +#define CHARCLASS_H + +extern void init_classtab(void); +/* intialise the table. needs calling before either of the + others. */ + +extern int SetCharacterClassRange(int low, int high, int value); +extern int CharacterClass(int c); + +#endif |