diff --git a/appl/popper/popper.h b/appl/popper/popper.h index fd46de3f8..548f7f61d 100644 --- a/appl/popper/popper.h +++ b/appl/popper/popper.h @@ -338,6 +338,6 @@ int pop_maildir_info (POP*); int pop_maildir_open (POP*, MsgInfoList*); int pop_maildir_update (POP*); -void changeuser(POP*, struct passwd*); +int changeuser(POP*, struct passwd*); void parse_header(MsgInfoList*, char*); int add_missing_headers(POP*, MsgInfoList*);