chiark
/
gitweb
/
~mdw
/
kalyna-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ref/transformations.h: Placate warning about old-style declaration.
[kalyna-python]
/
ref
/
transformations.h
diff --git
a/ref/transformations.h
b/ref/transformations.h
index bfb2fd3b5e949693a6359d3e628b0d884bd512ac..9426f33129f161208db59fac3d88a6fa926d762e 100644
(file)
--- a/
ref/transformations.h
+++ b/
ref/transformations.h
@@
-310,7
+310,7
@@
uint64_t ReverseWord(uint64_t word);
*
* @return 1 if architecture is big endian, 0 if it is little endian.
*/
-int IsBigEndian();
+int IsBigEndian(
void
);
/*!
* Print specified cipher state (or any similar array) to stdout.