X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fpopsbr.h;h=fc06f0b987067ae0469edb5fb3ca2b9a8bcb23d3;hb=c05210483d82bf5f3786725ff80e12444088a701;hp=a9e088383609aa10a5fbaea0cc3547d068bb4f8c;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/h/popsbr.h b/h/popsbr.h index a9e0883..fc06f0b 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -1,62 +1,17 @@ /* * popsbr.h -- header for POP client subroutines - * - * $Id$ */ -#if 0 -#if !defined(NNTP) && defined(MPOP) -# define command pop_command -# define multiline pop_multiline -#endif -#endif - -#ifdef NNTP -int pop_set (int, int, int, char *); -#else -int pop_set (int, int, int); -#endif - -#ifdef NNTP -int pop_exists (int (*)()); -#endif - -int pop_init (char *, char *, char *, int, int); +int pop_init (char *, char *, char *, char *, char *, 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); - -#ifdef BPOP -int pop_list (int, int *, int *, int *, int *); -#else +int pop_set (int, int, int); int pop_list (int, int *, int *, int *); -#endif - -#ifdef BPOP -int pop_xtnd (int (*)(), char *, ...); -#endif - -#if defined(MPOP) && !defined(NNTP) -int pop_last (void); -#endif - -#if !defined(NNTP) && defined(MPOP) -/* otherwise they are static functions */ -int command(const char *, ...); -int multiline(void); -#endif - -/* - * Flags for the various pop authentication methods - */ -#define POP_APOP -1 -#define POP_PASSWD 0 -#define POP_RPOP 1 -#define POP_KPOP 2