Loading lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1036,7 +1036,7 @@ CURLcode Curl_pop3_write(struct connectdata *conn, size_t nread) { /* This code could be made into a special function in the handler struct. */ CURLcode result; CURLcode result = CURLE_OK; struct SessionHandle *data = conn->data; struct SingleRequest *k = &data->req; Loading lib/pop3.h +3 −3 Original line number Diff line number Diff line #ifndef __POP3_H #define __POP3_H #ifndef HEADER_CURL_POP3_H #define HEADER_CURL_POP3_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | Loading Loading @@ -61,4 +61,4 @@ CURLcode Curl_pop3_write(struct connectdata *conn, char *str, size_t nread); #endif /* __POP3_H */ #endif /* HEADER_CURL_POP3_H */ Loading
lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1036,7 +1036,7 @@ CURLcode Curl_pop3_write(struct connectdata *conn, size_t nread) { /* This code could be made into a special function in the handler struct. */ CURLcode result; CURLcode result = CURLE_OK; struct SessionHandle *data = conn->data; struct SingleRequest *k = &data->req; Loading
lib/pop3.h +3 −3 Original line number Diff line number Diff line #ifndef __POP3_H #define __POP3_H #ifndef HEADER_CURL_POP3_H #define HEADER_CURL_POP3_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | Loading Loading @@ -61,4 +61,4 @@ CURLcode Curl_pop3_write(struct connectdata *conn, char *str, size_t nread); #endif /* __POP3_H */ #endif /* HEADER_CURL_POP3_H */