summaryrefslogtreecommitdiff
path: root/xc/lib/Xmu/CharSet.h
diff options
context:
space:
mode:
authorjim <empty>1989-07-14 17:51:52 +0000
committerjim <empty>1989-07-14 17:51:52 +0000
commit72ea48e2d04b51a0f7771a76b58193dee47a1624 (patch)
tree14970a146f50df73f329395b7bcb2c755d098e1d /xc/lib/Xmu/CharSet.h
parenta57ec2a51a5510db8bf1603863d0c3bc39744dd8 (diff)
Initial revision
Diffstat (limited to 'xc/lib/Xmu/CharSet.h')
-rw-r--r--xc/lib/Xmu/CharSet.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/xc/lib/Xmu/CharSet.h b/xc/lib/Xmu/CharSet.h
new file mode 100644
index 000000000..499839b13
--- /dev/null
+++ b/xc/lib/Xmu/CharSet.h
@@ -0,0 +1,27 @@
+/*
+ * $XConsortium: Xmu.h,v 1.23 89/06/07 16:50:58 jim Exp $
+ *
+ * Copyright 1988 by the Massachusetts Institute of Technology
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising
+ * or publicity pertaining to distribution of the software without specific,
+ * written prior permission. M.I.T. makes no representations about the
+ * suitability of this software for any purpose. It is provided "as is"
+ * without express or implied warranty.
+ *
+ * The X Window System is a Trademark of MIT.
+ *
+ * The interfaces described by this header file are for miscellaneous utilities
+ * and are not part of the Xlib standard.
+ */
+
+#ifndef _XMU_CHARSET_H_
+#define _XMU_CHARSET_H_
+
+void XmuCopyISOLatin1Lowered();
+
+#endif /* _XMU_CHARSET_H_ */