X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..e7b9569145b3469f9487ac31155410cd2d982a3c:/lib/inputline.h diff --git a/lib/inputline.h b/lib/inputline.h index 74a8cbc..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 */ /* @@ -34,4 +37,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:8baeb420a4c9595d8a5d1105d5e8a4f9 */