summaryrefslogtreecommitdiff
path: root/language/tibetan/sirlin/src/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'language/tibetan/sirlin/src/table.h')
-rw-r--r--language/tibetan/sirlin/src/table.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/language/tibetan/sirlin/src/table.h b/language/tibetan/sirlin/src/table.h
new file mode 100644
index 0000000000..ca48761777
--- /dev/null
+++ b/language/tibetan/sirlin/src/table.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright 1987 Jeff Sparkes
+ * Department of Computer Science
+ * Memorial University of Newfoundland
+ * St. John's, Nfld.
+ * garfield!jeff1, jeff1@garfield.mun.cdn
+ *
+ * Permission is granted to distribute and/or modify this code, provided
+ * this copyright notice remains intact.
+ * If you use it, let me know. If change it let me know. If you
+ * make money from it, send me a share.
+ */
+
+struct fix {
+ char fix_char;
+ char *doc;
+ short base_char;
+ short char_num;
+};
+
+struct tab {
+ char *glyph;
+ char *doc;
+ short char_num;
+};
+
+struct special {
+ char *word;
+ char *cmd;
+ short char_num;
+};