summaryrefslogtreecommitdiff
path: root/lbxbuf.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:43 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:43 +0000
commit343e78e15048e6a25791449bfc7566c07ccddf28 (patch)
tree320aaabfd01f23459cceab375ab853f0b6a7467a /lbxbuf.h
parent9a41c9c6452753ac1911a585e59982e8e5186c6b (diff)
downloadxorg-proto-xextproto-343e78e15048e6a25791449bfc7566c07ccddf28.tar.gz
Diffstat (limited to 'lbxbuf.h')
-rw-r--r--lbxbuf.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/lbxbuf.h b/lbxbuf.h
index 1e5372f..63983df 100644
--- a/lbxbuf.h
+++ b/lbxbuf.h
@@ -38,8 +38,14 @@
typedef struct _zlibbuffer *ZlibBufferPtr;
-extern int InitZlibBuffer();
-extern void FreeZlibBuffer();
-extern char *ReserveOutBuf();
+#include <X11/Xfuncproto.h>
+
+_XFUNCPROTOBEGIN
+
+extern int InitZlibBuffer(ZlibBufferPtr b, int size);
+extern void FreeZlibBuffer(ZlibBufferPtr b);
+extern char *ReserveOutBuf(ZlibBufferPtr outbuf, int outlen);
+
+_XFUNCPROTOEND
#endif /* _BUFFER_H_ */