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".
parent
54ef196d
Please register or sign in to comment
In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy".