diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ #include <string.h> +#if defined(__GNUC__) +__attribute__((__const__)) +#endif +uint8_t libhashsum_reverse_byte__(uint8_t); + + #ifdef TEST # include <stdlib.h> # include <stdio.h> |