aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Xresinternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/Xresinternal.h')
-rw-r--r--nx-X11/lib/X11/Xresinternal.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/nx-X11/lib/X11/Xresinternal.h b/nx-X11/lib/X11/Xresinternal.h
deleted file mode 100644
index c740102b6..000000000
--- a/nx-X11/lib/X11/Xresinternal.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#ifndef _XRESINTERNAL_H_
-#define _XRESINTERNAL_H_
-
-#include <nx-X11/Xlib.h>
-#include <nx-X11/Xresource.h>
-#include <inttypes.h>
-
-/* type defines */
-typedef uint32_t 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 */