diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-12 17:08:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-12 17:08:03 +0000 |
commit | 78bebdfe144e0c61d47fea953c79e7c9a79415fe (patch) | |
tree | 568377ee59d5d54dfa798dec4af9e6f3a1a1dd86 /libmandoc.h | |
parent | 80adacfa690f8bc06d9b9d518080b5eaa1197e1f (diff) | |
download | mandoc-78bebdfe144e0c61d47fea953c79e7c9a79415fe.tar.gz |
Put the eos-checker into libmandoc.h.
Added bits in mdoc.7 and man.7 about EOS spacing.
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmandoc.h b/libmandoc.h index dc91a200..638c8ebb 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -29,6 +29,7 @@ time_t mandoc_a2time(int, const char *); #define MTIME_REDUCED (1 << 1) #define MTIME_MDOCDATE (1 << 2) #define MTIME_ISO_8601 (1 << 3) +int mandoc_eos(const char *, size_t); __END_DECLS |