chiark / gitweb /
Quieten over-pick compiler.
[disorder] / lib / inputline.h
index 57d397599438554bf46a4e5d75c4d5b7b7f00579..96f590799742deeda35fb0390788146e1d22b55b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004 Richard Kettlewell
+ * Copyright (C) 2004, 2007, 2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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 */
 
 /*