X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..b0b15b7ced28b3c6ddfcd4b0a7e46ee6432a243c:/lib/inputline.h diff --git a/lib/inputline.h b/lib/inputline.h index 57d3975..96f5907 100644 --- a/lib/inputline.h +++ b/lib/inputline.h @@ -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 */ /*