]> git.pond.sub.org Git - empserver/blobdiff - include/prototypes.h
Factor feels_like_helping() out of quiet_bigdef(), sd(), dd()
[empserver] / include / prototypes.h
index 560f1778910d80cca89397cb7adc0f6e789f27b7..e7cdb6b5f546dab4ebedae91a905a11d835e7def 100644 (file)
@@ -437,6 +437,7 @@ extern void ef_fin_srv(void);
 extern int sd(natid, natid, coord, coord, int, int, int);
 extern int dd(natid, natid, coord, coord, int, int);
 extern int shipdef(natid, natid, coord, coord);
+extern int feels_like_helping(natid, natid, natid);
 /* getbit.c */
 extern int emp_getbit(int, int, unsigned char *);
 extern void emp_setbit(int, int, unsigned char *);