Mercurial > hg > xemacs-beta
diff lib-src/pop.h @ 3650:bdfcf05f635b
[xemacs-hg @ 2006-11-01 20:55:09 by adrian]
From: Jerry James <james@xemacs.org>
Subject: [PATCH 21.5] POP sync
To: XEmacs Patches <xemacs-patches@xemacs.org>
Date: Fri, 11 Aug 2006 12:24:54 -0600
Message-ID: <m3k65fb05l.fsf@jerrypc.cs.usu.edu>
author | adrian |
---|---|
date | Wed, 01 Nov 2006 20:55:14 +0000 |
parents | 023b83f4e54b |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/lib-src/pop.h Wed Nov 01 20:41:09 2006 +0000 +++ b/lib-src/pop.h Wed Nov 01 20:55:14 2006 +0000 @@ -1,5 +1,6 @@ /* pop.h: Header file for the "pop.c" client POP3 protocol. - Copyright (c) 1991,1993 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 2002, 2003, 2004, + 2005, 2006 Free Software Foundation, Inc. Written by Jonathan Kamens, jik@security.ov.com. This file is part of XEmacs. @@ -16,8 +17,10 @@ You should have received a copy of the GNU General Public License along with XEmacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ + +/* Synched up with: FSF 22.0.50. */ #include <stdio.h> @@ -59,7 +62,8 @@ extern int pop_stat _ARGS((popserver server, int *count, int *size)); extern int pop_list _ARGS((popserver server, int message, int **IDs, int **size)); -extern char *pop_retrieve _ARGS((popserver server, int message, int markfrom)); +extern int pop_retrieve _ARGS((popserver server, int message, int markfrom, + char **)); extern int pop_retrieve_first _ARGS((popserver server, int message, char **response)); extern int pop_retrieve_next _ARGS((popserver server, char **line));