X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/99e5043db7ee6cf80f93708610a6e584a8068c6a..5cd118faad19dea7a13c2f11f1d078a2fd3cfce4:/h/popsbr.h diff --git a/h/popsbr.h b/h/popsbr.h index e3e97b46..5d0ed31c 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -25,11 +25,11 @@ int pop_exists (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);