]> git.pond.sub.org Git - empserver/blobdiff - include/actofgod.h
actofgod: Factor divine_sct_change() out of edit.c
[empserver] / include / actofgod.h
index a28030a5accd99cdc25d268871ecea3d9a1c9fed..767a646fdb13d449224e5f920071e499ba92a1be 100644 (file)
@@ -38,5 +38,7 @@
 
 extern void report_god_takes(char *, char *, natid);
 extern void report_god_gives(char *, char *, natid);
+extern void divine_sct_change(struct sctstr *, char *, int, int, char *, ...)
+    ATTRIBUTE((format (printf, 5, 6)));
 
 #endif