chiark / gitweb /
'confirm' now logs the user in (and sends back their username so the
[disorder] / lib / inputline.h
index 57d397599438554bf46a4e5d75c4d5b7b7f00579..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 */
 
 /*