blob: 72c56cbcef9785c7c7d640c93ca119347f6da74f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -uNr ejabberd-1.1.4.ORIG/src/expat_erl.c ejabberd-1.1.4/src/expat_erl.c
--- ejabberd-1.1.4.ORIG/src/expat_erl.c 2007-09-14 12:07:56.000000000 +0100
+++ ejabberd-1.1.4/src/expat_erl.c 2007-09-14 12:08:56.000000000 +0100
@@ -14,6 +14,8 @@
* Workaround for EI encode_string bug
*/
+int x_fix_buff(ei_x_buff* x, int szneeded);
+
#define put8(s,n) do { \
(s)[0] = (char)((n) & 0xff); \
(s) += 1; \
|