diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:58:34 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:58:34 +0000 |
commit | 99e35e1bc2a2314a563e06328e70484d87acebdd (patch) | |
tree | 9775316f968d9b36af7da69e8bb8168cf7dce699 /xmodmap.h | |
parent | 6ac4d1fd9c14f7cc747f4de4ebbc5c36d25a8bac (diff) |
Import changes from XORG-6.8.2CYGWIN-6_8_2-MERGECYGWIN
Diffstat (limited to 'xmodmap.h')
-rw-r--r-- | xmodmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,3 +56,5 @@ extern void PrintModifierMapping(XModifierKeymap *map, FILE *fp); extern void PrintKeyTable(Bool exprs, FILE *fp); extern void PrintPointerMap(FILE *fp); extern int SetPointerMap(unsigned char *map, int n); + +extern void *chk_malloc(size_t n_bytes); |