Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

pop3-c.h/pop3-c.c

Prototype

Code Block
void  POP3c_MsgRead (CPU_CHAR    *msg_buf,
                     CPU_INT32U   buf_size,
                     POP3c_MSG   *msg,
                     NET_ERR     *perr);

Arguments

msg_buf

Buffer containing a message received with POP3c_MsgRetrieve().

...