summaryrefslogtreecommitdiff
path: root/src/Xresinternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xresinternal.h')
-rw-r--r--src/Xresinternal.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Xresinternal.h b/src/Xresinternal.h
new file mode 100644
index 00000000..b0a7897f
--- /dev/null
+++ b/src/Xresinternal.h
@@ -0,0 +1,15 @@
+/* $XFree86: xc/lib/X11/Xresinternal.h,v 1.1 2003/04/13 19:22:19 dawes Exp $ */
+
+#ifndef _XRESINTERNAL_H_
+#define _XRESINTERNAL_H_
+
+/* type defines */
+typedef unsigned long Signature;
+
+/* prototypes */
+extern XrmQuark _XrmInternalStringToQuark(
+ register _Xconst char *name, register int len, register Signature sig,
+ Bool permstring);
+
+#endif /* _XRESOURCEINTERNAL_H_ */
+/* DON'T ADD STUFF AFTER THIS #endif */