Added 'linty' target for make
[open-adventure.git] / advent.h
index 1cc87842240974bfe9ad4d0c7db339d84712c1d9..c5abaa6661cc917ec9fb1ad25687ba624ae512e0 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -84,7 +84,7 @@ extern bool oldstyle, editline, prompt;
 #define WRITE_MODE "wb"
 extern char* xstrdup(const char*);
 extern void packed_to_token(long, char token[]);
-extern void newspeak(char*);
+extern void newspeak(const char*);
 extern void PSPEAK(vocab_t,int);
 extern void RSPEAK(vocab_t);
 extern void SETPRM(long,long,long);