client.h revision c49a19168dab6fda80aee16ad799a8a56d3bc18f
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzvoid client_destroy(struct pop3_client *client, const char *reason);
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzvoid client_send_line(struct pop3_client *client, const char *line);
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzint client_read(struct pop3_client *client);
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzvoid client_ref(struct pop3_client *client);