imap-append.c: Fixed compilation errors on some platforms
authorSteve Holme <steve_holme@hotmail.com>
Sun, 30 Mar 2014 09:56:51 +0000 (10:56 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 30 Mar 2014 09:56:51 +0000 (10:56 +0100)
commit0c4589f0c0d5a0e88cd628748f38488ee4090bfc
treef4baa86aeb16b5062f66626215bf8977dcce9eda
parent54ef196db8a7e239ae5940561573aef13614670e
imap-append.c: Fixed compilation errors on some platforms

In the initializer for len, there is no prototype for "strlen".
In this statement, there is no prototype for "memcpy".
docs/examples/imap-append.c