summaryrefslogtreecommitdiff
path: root/message.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-14 19:10:00 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-14 19:10:00 +0000
commitd69bdaea5c3261a286be38e41e975223b11e907b (patch)
tree3751632b9d1d3653cdcff7f1cc560678c2fc8112 /message.h
parent6537f4cfd63c00812584f1325a19615541f6417a (diff)
Check th MDA return status. Fixed a bug the input buffering which when using
the '-t' option and piping the input caused the parsed headers to be lost. Undo the inclusion of the debian directory and the source package. Tweak the dpkggen.sh script.
Diffstat (limited to 'message.h')
-rw-r--r--message.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/message.h b/message.h
index a4c4b15..df4f0b7 100644
--- a/message.h
+++ b/message.h
@@ -67,8 +67,6 @@ unsigned message_parse_headers(message_t *message);
size_t message_read(message_t *message, char *ptr, size_t size);
-void message_rewind(message_t *message);
-
int message_eof(message_t *message);
#endif