chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Online registration now sends email. The confirmation URL doesn't
[disorder]
/
lib
/
inputline.h
diff --git
a/lib/inputline.h
b/lib/inputline.h
index 57d397599438554bf46a4e5d75c4d5b7b7f00579..937b7671510bb17ca7106337689099296a154c60 100644
(file)
--- a/
lib/inputline.h
+++ b/
lib/inputline.h
@@
-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 */
/*