changeuser now returns int

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4811 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-04-26 09:47:53 +00:00
parent 3146801c8a
commit a1df529750

View File

@@ -338,6 +338,6 @@ int pop_maildir_info (POP*);
int pop_maildir_open (POP*, MsgInfoList*); int pop_maildir_open (POP*, MsgInfoList*);
int pop_maildir_update (POP*); int pop_maildir_update (POP*);
void changeuser(POP*, struct passwd*); int changeuser(POP*, struct passwd*);
void parse_header(MsgInfoList*, char*); void parse_header(MsgInfoList*, char*);
int add_missing_headers(POP*, MsgInfoList*); int add_missing_headers(POP*, MsgInfoList*);