projects
/
nethack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d03b5
)
Revert "Removing prototype for decl_globals_init()."
author
nhmall
<nhmall@nethack.org>
Sat, 24 Nov 2018 03:15:37 +0000
(22:15 -0500)
committer
nhmall
<nhmall@nethack.org>
Sat, 24 Nov 2018 03:15:37 +0000
(22:15 -0500)
This reverts commit
26d03b5017c74c7b1895af16e9f273820b04b67f
.
include/decl.h
patch
|
blob
|
history
diff --git
a/include/decl.h
b/include/decl.h
index c6c703e897c7b7fc690b0e420cc2260498d623b6..5c7356c5d142b1bc4624889bd26804b584ef7d36 100644
(file)
--- a/
include/decl.h
+++ b/
include/decl.h
@@
-545,6
+545,9
@@
struct instance_globals {
E struct instance_globals g;
+E void decl_globals_init();
+
+
#undef E
#endif /* DECL_H */