summaryrefslogtreecommitdiff
path: root/xmodmap.h
diff options
context:
space:
mode:
authorDeron Johnson <deron.johnson@sun.com>2005-02-18 17:37:21 +0000
committerDeron Johnson <deron.johnson@sun.com>2005-02-18 17:37:21 +0000
commit3141892679138098bd82a7258d8e335dff9032f9 (patch)
treef4720aa801c51cd06d4d476bdeebd85e70db743b /xmodmap.h
parent8ad5d3b908d68353d407fa8f678c93320760eb12 (diff)
Diffstat (limited to 'xmodmap.h')
-rw-r--r--xmodmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmodmap.h b/xmodmap.h
index 0d2f779..d52ef5e 100644
--- a/xmodmap.h
+++ b/xmodmap.h
@@ -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);