]> granicus.if.org Git - ejabberd/commitdiff
* src/expat_erl.c: Fix implicit declaration of function
authorBadlop <badlop@process-one.net>
Tue, 24 Mar 2009 23:09:46 +0000 (23:09 +0000)
committerBadlop <badlop@process-one.net>
Tue, 24 Mar 2009 23:09:46 +0000 (23:09 +0000)
x_fix_buff (thanks to Dennis Schridde)(EJAB-900)

SVN Revision: 2000

ChangeLog
src/expat_erl.c

index 9d4eba62acc2254d299a779be690dbbab6e92099..48514a863658a2fddc07ea78264aacfb3f632b8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-25  Badlop  <badlop@process-one.net>
+
+       * src/expat_erl.c: Fix implicit declaration of function
+       x_fix_buff (thanks to Dennis Schridde)(EJAB-900)
+
 2009-03-24  Badlop  <badlop@process-one.net>
 
        * src/ejabberd_sm.erl: Partially retract SVN r1976
index e4c3fd10b6f9968cc9adc209e185b722501a11d8..a9cce6e7693f47311e86b72e51bfdc8ddb3942c8 100644 (file)
@@ -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; \