From: Ralph Corderoy Date: Thu, 2 Nov 2017 02:20:12 +0000 (+0000) Subject: prototypes.h: Delete default_done() prototype. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4e5acdb9a2894eca56cb7ffa022635b9af35acef?ds=sidebyside;hp=080568bfb0056607359204678f84d23c74f02832 prototypes.h: Delete default_done() prototype. Function doesn't exist; removed in 38615191. --- diff --git a/h/prototypes.h b/h/prototypes.h index d9546763..b56a6e27 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -73,8 +73,6 @@ void discard (FILE *); */ 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.