X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..1f07835ddb14fe99fa3ea4b6a1e39e8d5ba7df20:/h/popsbr.h diff --git a/h/popsbr.h b/h/popsbr.h index eeaa0b9c..7193f1f5 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -1,5 +1,4 @@ -/* - * popsbr.h -- header for POP client subroutines +/* popsbr.h -- header for POP client subroutines */ /* TLS flags */ @@ -11,10 +10,6 @@ int pop_fd (char *, int, char *, int); int pop_stat (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 (*)(char *)); int pop_quit (void); int pop_done (void); int pop_set (int, int, int); -int pop_list (int, int *, int *, int *);