X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fpopsbr.h;h=5d0ed31cf227a02980cfdb776ff56972911cc3c5;hp=c53b291f1345b9fda4e68fa6fe4142459163cb19;hb=da831514de01e2407cef37c118ffff0526a486d0;hpb=0d1c5f533f3a6cd1c7f038f59585378f53b666c2 diff --git a/h/popsbr.h b/h/popsbr.h index c53b291..5d0ed31 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -22,14 +22,14 @@ int pop_set (int, int, int); int pop_exists (int (*)()); #endif -int pop_init (char *, char *, char *, int, int, int); +int pop_init (char *, char *, char *, char *, int, int, int, int, char *); int pop_fd (char *, int, char *, int); int pop_stat (int *, int *); -int pop_retr (int, int (*)()); +int pop_retr (int, int (*)(char *)); int pop_dele (int); int pop_noop (void); int pop_rset (void); -int pop_top (int, int, int (*)()); +int pop_top (int, int, int (*)(char *)); int pop_quit (void); int pop_done (void);