projects
/
nethack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c8b088
)
Add missing protos
author
Pasi Kallinen
<paxed@alt.org>
Sun, 5 Apr 2015 13:29:34 +0000
(16:29 +0300)
committer
Pasi Kallinen
<paxed@alt.org>
Sun, 5 Apr 2015 13:29:34 +0000
(16:29 +0300)
src/read.c
patch
|
blob
|
history
diff --git
a/src/read.c
b/src/read.c
index d20c2560609231345fe6a1156955cd128fe48582..8c42fcfbe63efffeb1c2c2ad5ed7aa87047b05c0 100644
(file)
--- a/
src/read.c
+++ b/
src/read.c
@@
-27,7
+27,8
@@
STATIC_DCL void FDECL(randomize,(int *, int));
STATIC_DCL void FDECL(forget_single_object, (int));
STATIC_DCL void FDECL(forget, (int));
STATIC_DCL int FDECL(maybe_tame, (struct monst *,struct obj *));
-
+STATIC_DCL boolean FDECL(is_valid_stinking_cloud_pos, (int, int, BOOLEAN_P));
+STATIC_DCL void FDECL(display_stinking_cloud_positions, (int));
STATIC_PTR void FDECL(set_lit, (int,int,genericptr_t));
STATIC_OVL boolean