From 4c9a34ea931a990f968add885a64f0a4b617273b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 8 Sep 2013 13:41:35 +0930 Subject: [PATCH] short_types: update documentation on be32/le32 etc. Signed-off-by: Rusty Russell --- ccan/short_types/_info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ccan/short_types/_info b/ccan/short_types/_info index 1644b663..f324e359 100644 --- a/ccan/short_types/_info +++ b/ccan/short_types/_info @@ -9,8 +9,9 @@ * -- Linus Torvalds * * The short_types header provides for convenient abbreviations for the - * posixly-damned uint32_t types. It also provides be32/le32 for explicitly - * annotating types of specific endian. + * posixly-damned uint32_t types. If ccan/endian/endian.h is included, + * it also provides be32/le32 for explicitly annotating types of specific + * endian. * * Include this header, if only to stop people using these identifiers * for other things! -- 2.39.2