chiark / gitweb /
Include a Date: header in mail sent by the CGI. We always use UTC
[disorder] / lib / inputline.h
index 74a8cbc560d47738db62316dfe5ce87fa9c2f4d6..937b7671510bb17ca7106337689099296a154c60 100644 (file)
@@ -26,6 +26,9 @@ int inputline(const char *tag, FILE *fp, char **lp, int newline);
  * them (excluding @newline@) via @lp@.  Return 0 on success, -1 on
  * error/eof. */
 
+/** @brief Magic @p newline value to make inputline() insist on CRLF */
+#define CRLF 0x100
+
 #endif /* INPUTLINE_H */
 
 /*
@@ -34,4 +37,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:8baeb420a4c9595d8a5d1105d5e8a4f9 */