]> git.pond.sub.org Git - empserver/blobdiff - include/actofgod.h
actofgod: Factor report_divine_gift() out of give()
[empserver] / include / actofgod.h
index 786c53973da231cfde1ebc6cb7e1bf8491f7616d..79d0b99dbe31600e4a2edb7c18c245a94298073a 100644 (file)
@@ -42,5 +42,6 @@ extern void divine_sct_change(struct sctstr *, char *, int, int, char *, ...)
     ATTRIBUTE((format (printf, 5, 6)));
 #define divine_sct_change_quiet(sp, name, change, ...) \
     divine_sct_change((sp), (name), -(change), 0, __VA_ARGS__)
+extern void report_divine_gift(natid, struct ichrstr *, int, char *);
 
 #endif