~ubuntu-branches/ubuntu/precise/libx11/precise-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _XRESINTERNAL_H_
#define _XRESINTERNAL_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 */