From d69bdaea5c3261a286be38e41e975223b11e907b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 14 Jul 2003 19:10:00 +0000 Subject: 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. --- message.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'message.h') 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 -- cgit v1.2.3