diff options
Diffstat (limited to 'src/lib/arch/bytes.h')
-rw-r--r-- | src/lib/arch/bytes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/arch/bytes.h b/src/lib/arch/bytes.h index 4359b0f723..a2e2224d3c 100644 --- a/src/lib/arch/bytes.h +++ b/src/lib/arch/bytes.h @@ -6,6 +6,13 @@ #ifndef TOR_BYTES_H #define TOR_BYTES_H +/** + * \file bytes.h + * + * \brief Inline functions for reading and writing multibyte values from + * the middle of strings, and for manipulating byte order. + **/ + #include <string.h> #include "lib/cc/torint.h" |