]> granicus.if.org Git - nethack/commitdiff
Revert "Removing prototype for decl_globals_init()."
authornhmall <nhmall@nethack.org>
Sat, 24 Nov 2018 03:15:37 +0000 (22:15 -0500)
committernhmall <nhmall@nethack.org>
Sat, 24 Nov 2018 03:15:37 +0000 (22:15 -0500)
This reverts commit 26d03b5017c74c7b1895af16e9f273820b04b67f.

include/decl.h

index c6c703e897c7b7fc690b0e420cc2260498d623b6..5c7356c5d142b1bc4624889bd26804b584ef7d36 100644 (file)
@@ -545,6 +545,9 @@ struct instance_globals {
 
 E struct instance_globals g;
 
+E void decl_globals_init();
+
+
 #undef E
 
 #endif /* DECL_H */