diff options
author | Deron Johnson <deron.johnson@sun.com> | 2005-02-18 17:37:21 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2005-02-18 17:37:21 +0000 |
commit | 3141892679138098bd82a7258d8e335dff9032f9 (patch) | |
tree | f4720aa801c51cd06d4d476bdeebd85e70db743b /xmodmap.h | |
parent | 8ad5d3b908d68353d407fa8f678c93320760eb12 (diff) |
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); |