emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/pop.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lib-src/pop.c
Date: Sun, 05 Jan 2003 18:38:59 -0500

Index: emacs/lib-src/pop.c
diff -c emacs/lib-src/pop.c:1.31 emacs/lib-src/pop.c:1.32
*** emacs/lib-src/pop.c:1.31    Fri May 17 07:24:02 2002
--- emacs/lib-src/pop.c Sun Jan  5 18:38:59 2003
***************
*** 119,142 ****
  #endif
  #endif
  
! #ifndef _P
  # ifdef __STDC__
! #  define _P(a) a
  # else
! #  define _P(a) ()
  # endif /* __STDC__ */
  #endif /* ! __P */
  
! static int socket_connection _P((char *, int));
! static int pop_getline _P((popserver, char **));
! static int sendline _P((popserver, char *));
! static int fullwrite _P((int, char *, int));
! static int getok _P((popserver));
  #if 0
! static int gettermination _P((popserver));
  #endif
! static void pop_trash _P((popserver));
! static char *find_crlf _P((char *, int));
  
  #define ERROR_MAX 160         /* a pretty arbitrary size, but needs
                                   to be bigger than the original
--- 119,142 ----
  #endif
  #endif
  
! #ifndef __P
  # ifdef __STDC__
! #  define __P(a) a
  # else
! #  define __P(a) ()
  # endif /* __STDC__ */
  #endif /* ! __P */
  
! static int socket_connection __P((char *, int));
! static int pop_getline __P((popserver, char **));
! static int sendline __P((popserver, char *));
! static int fullwrite __P((int, char *, int));
! static int getok __P((popserver));
  #if 0
! static int gettermination __P((popserver));
  #endif
! static void pop_trash __P((popserver));
! static char *find_crlf __P((char *, int));
  
  #define ERROR_MAX 160         /* a pretty arbitrary size, but needs
                                   to be bigger than the original




reply via email to

[Prev in Thread] Current Thread [Next in Thread]