changeset 15103:00d52ba071ea

(struct _popserver): New field trash_started.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 1996 19:08:48 +0000
parents ed550d0805ca
children f41d9619ffc4
files lib-src/pop.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/pop.h	Sun Apr 28 19:08:33 1996 +0000
+++ b/lib-src/pop.h	Sun Apr 28 19:08:48 1996 +0000
@@ -35,6 +35,7 @@
   char *buffer;
   int buffer_size, buffer_index;
   int in_multi;
+  int trash_started;
 };
 
 typedef struct _popserver *popserver;