diff options
Diffstat (limited to 'include/byte.h')
-rw-r--r-- | include/byte.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/byte.h b/include/byte.h index 836e8ca..96bbefc 100644 --- a/include/byte.h +++ b/include/byte.h @@ -3,9 +3,8 @@ /** @file byte.h - @author djb, feh - @source s/qmail - @comment no declaration of argument types; too many compiler errors + @authors djb, feh, jmh + @ref s/qmail */ extern unsigned int byte_chr(char *, unsigned int, int); |