summaryrefslogtreecommitdiff
path: root/charclass.h
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-10 15:54:41 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-10 15:54:41 +0100
commit18853b9e7f177a39aa228c812169b0f1e95324a0 (patch)
tree47af94eeac283b1fd9183d6133fb1b3fe4758eb1 /charclass.h
downloadxterm-18853b9e7f177a39aa228c812169b0f1e95324a0.tar.gz
Tarball conversion
Diffstat (limited to 'charclass.h')
-rw-r--r--charclass.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/charclass.h b/charclass.h
new file mode 100644
index 0000000..0ba1804
--- /dev/null
+++ b/charclass.h
@@ -0,0 +1,19 @@
+/* $XTermId: charclass.h,v 1.6 2006/02/13 01:14:58 tom Exp $ */
+
+/* $XFree86: xc/programs/xterm/charclass.h,v 1.3 2006/02/13 01:14:58 dickey 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);
+
+#ifdef NO_LEAKS
+extern void noleaks_CharacterClass(void);
+#endif
+
+#endif