X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop.h;h=6e857c09fb2f758f411bd32097c273598ac466f3;hp=3d3f4b58cf0dab517082dc7674c99c8535e66783;hb=d63fe782146b7e2860d45fd6c2cf5369d9b0a87a;hpb=f65ae399906906f734398432691dbacf2c7bda9f diff --git a/pop/pop.h b/pop/pop.h index 3d3f4b5..6e857c0 100644 --- a/pop/pop.h +++ b/pop/pop.h @@ -92,11 +92,10 @@ int pop_authenticate (POP_DATA *); void pop_apop_timestamp (POP_DATA *, char *); /* pop_lib.c */ -#define pop_query(A,B,C) pop_query_d(A,B,C,NULL) int pop_parse_path (const char *, ACCOUNT *); int pop_connect (POP_DATA *); pop_query_status pop_open_connection (POP_DATA *); -pop_query_status pop_query_d (POP_DATA *, char *, size_t, const char *); +pop_query_status pop_query (POP_DATA *, char *, size_t); pop_query_status pop_fetch_data (POP_DATA *, const char *, progress_t*, int (*funct) (char *, void *), void *); pop_query_status pop_reconnect (CONTEXT *);