diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-28 19:08:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-28 19:08:48 +0000 |
commit | 88800afc906674a61653a9a54b1a24525d1a812e (patch) | |
tree | 8a72560fec379c5be01a2def760357b62c39edcb /lib-src/pop.h | |
parent | c2668a613fb385d8534352b83c9d79e40ce34a0b (diff) | |
download | emacs-88800afc906674a61653a9a54b1a24525d1a812e.tar.gz |
(struct _popserver): New field trash_started.
Diffstat (limited to 'lib-src/pop.h')
-rw-r--r-- | lib-src/pop.h | 1 |
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; |