summaryrefslogtreecommitdiff
path: root/src/xcbext.h
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2010-12-23 13:04:40 -0500
committerPeter Harris <pharris@opentext.com>2010-12-23 13:04:40 -0500
commit3c5813697169a33ecfd6ac0ab5641dec654f6612 (patch)
treedbb6ffe70836cbeb54aa7d91386adb9f9a2aeb92 /src/xcbext.h
parent69b78ced1a7bcdca538c0720fde9cf3e6f70d040 (diff)
parentb672d1514c88e119f3aaeded8c8a488cad36db52 (diff)
Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb
Diffstat (limited to 'src/xcbext.h')
-rw-r--r--src/xcbext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcbext.h b/src/xcbext.h
index d6366cb..98b3c93 100644
--- a/src/xcbext.h
+++ b/src/xcbext.h
@@ -93,6 +93,7 @@ int xcb_poll_for_reply(xcb_connection_t *c, unsigned int request, void **reply,
/* xcb_util.c */
int xcb_popcount(uint32_t mask);
+int xcb_sumof(uint8_t *list, int len);
#ifdef __cplusplus
}