29 #define REPLY_OK ((conn->c_read () > 0 && conn->c_reply ()) ?     \ 
   30         (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \ 
   36 #define HEADER_OK ((conn->c_read (true) > 0 && conn->c_reply ())? \ 
   37         (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \ 
   43   int      invoke_msg_parser (
const string*,
 
   46   bool     login             (
const char*,
 
   48                   const unsigned int) 
const;
 
   49   bool     logout            (
void)               
const;
 
   50   int      remove_msg        (
const unsigned int) 
const;
 
   51   int      status            (
void)               
const;
 
   52   int      scan              (
void)               
const;
 
Definition: protocol.hh:32