Use the raw buffer in tr command structure for editing.
[open-adventure.git] / advent.h
index 8ef2f5b59c950b0471e3159f675d73b392324ae2..560b15010854fa7f5d389c78b8177da8f8ccba32 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -199,6 +199,7 @@ extern bool wordeq(token_t, token_t);
 extern bool wordempty(token_t);
 extern void wordclear(token_t *);
 extern void speak(const char*, ...);
+extern void sspeak(long msg, ...);
 extern void pspeak(vocab_t, enum speaktype, int, bool, ...);
 extern void rspeak(vocab_t, ...);
 extern void echo_input(FILE*, const char*, const char*);