summaryrefslogtreecommitdiff
path: root/lib-src/pop.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-28 19:08:48 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-28 19:08:48 +0000
commit88800afc906674a61653a9a54b1a24525d1a812e (patch)
tree8a72560fec379c5be01a2def760357b62c39edcb /lib-src/pop.h
parentc2668a613fb385d8534352b83c9d79e40ce34a0b (diff)
downloademacs-88800afc906674a61653a9a54b1a24525d1a812e.tar.gz
(struct _popserver): New field trash_started.
Diffstat (limited to 'lib-src/pop.h')
-rw-r--r--lib-src/pop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 51ff95b47d2..9121425661a 100644
--- a/lib-src/pop.h
+++ b/lib-src/pop.h
@@ -35,6 +35,7 @@ struct _popserver
char *buffer;
int buffer_size, buffer_index;
int in_multi;
+ int trash_started;
};
typedef struct _popserver *popserver;