diff options
Diffstat (limited to 'nx-X11/programs/xterm/charclass.h')
-rw-r--r-- | nx-X11/programs/xterm/charclass.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nx-X11/programs/xterm/charclass.h b/nx-X11/programs/xterm/charclass.h deleted file mode 100644 index c93f8ff47..000000000 --- a/nx-X11/programs/xterm/charclass.h +++ /dev/null @@ -1,13 +0,0 @@ -/* $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 |