projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c4ac1
)
Fix warning in tinf.h: function declaration isn't a prototype
82/head
author
Tobias Diedrich
<ranma+coreboot@tdiedrich.de>
Wed, 21 Oct 2015 20:05:26 +0000
(22:05 +0200)
committer
Tobias Diedrich
<ranma+coreboot@tdiedrich.de>
Wed, 21 Oct 2015 20:05:26 +0000
(22:05 +0200)
u-boot/include/tinf.h
patch
|
blob
|
history
diff --git
a/u-boot/include/tinf.h
b/u-boot/include/tinf.h
index 1dc1666c9bb6c2eb43418e857eba71a3ea78739e..714fc05fafc3e65f27437b262d25b8167b34cceb 100644
(file)
--- a/
u-boot/include/tinf.h
+++ b/
u-boot/include/tinf.h
@@
-30,7
+30,7
@@
extern "C" {
/* function prototypes */
-void TINFCC tinf_init();
+void TINFCC tinf_init(
void
);
int TINFCC tinf_uncompress(void *dest, unsigned int *destLen,
const void *source, unsigned int sourceLen);