]> diplodocus.org Git - nmh/commitdiff
prototypes.h: Delete default_done() prototype.
authorRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 02:20:12 +0000 (02:20 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 02:23:28 +0000 (02:23 +0000)
Function doesn't exist;  removed in 38615191.

h/prototypes.h

index d95467632dec4f88b0fd655ffe9f44f332be70b4..b56a6e271a6e4496839cb58bf7750669adf4c8f3 100644 (file)
@@ -73,8 +73,6 @@ void discard (FILE *);
  */
 int decode_qp(unsigned char byte1, unsigned char byte2) CONST;
 
  */
 int decode_qp(unsigned char byte1, unsigned char byte2) CONST;
 
-int default_done (int);
-
 /*
  * Encode a message header using RFC 2047 encoding.  If the message contains
  * no non-ASCII characters, then leave the header as-is.
 /*
  * Encode a message header using RFC 2047 encoding.  If the message contains
  * no non-ASCII characters, then leave the header as-is.