diff options
Diffstat (limited to 'src/uint128p.c')
-rw-r--r-- | src/uint128p.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uint128p.c b/src/uint128p.c index e92b5a7..4606076 100644 --- a/src/uint128p.c +++ b/src/uint128p.c @@ -2,8 +2,8 @@ /** @file uint128p.c - @author feh, jannis - @source djbdns6 + @authors feh, jmh + @ref djbdns6 @brief packing/unpacking 128 bit integer to/from char string */ |