X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5cb3431b8210554b89425d60b3c0aa4f521b7414..29db9a64a:/h/popsbr.h?ds=sidebyside diff --git a/h/popsbr.h b/h/popsbr.h index 9991e473..7193f1f5 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -1,6 +1,4 @@ - -/* - * popsbr.h -- header for POP client subroutines +/* popsbr.h -- header for POP client subroutines */ /* TLS flags */ @@ -12,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 *);