Discard implementation of %L and %U format specifiers, now never used.
[open-adventure.git] / advent.h
index 61d3e4e42957708191ca6fe8a44445554bafec64..71b281ef8460f4e93d4038b89cccbf4226f1e0df 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -189,10 +189,8 @@ struct command_t {
 extern struct game_t game;
 extern struct settings_t settings;
 
-extern char* xstrdup(const char* s);
-extern void* xmalloc(size_t size);
 extern void packed_to_token(long, char token[]);
-extern long token_to_packed(const char token[TOKLEN+1]);
+extern long token_to_packed(const char token[]);
 extern void tokenize(char*, struct command_t *);
 extern void vspeak(const char*, bool, va_list);
 extern bool wordeq(token_t, token_t);