Add missing function prototypes.
authorJason S. Ninneman <jsn@mbar.us>
Sun, 11 Jun 2017 21:35:55 +0000 (14:35 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Sun, 11 Jun 2017 22:42:25 +0000 (15:42 -0700)
advent.h

index 8a930af9b6963ef921125435bc1fd60ed118a4cc..e831a0a9086e69d2f377d0f6017324ab89937967 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -86,7 +86,8 @@ extern lcg_state lcgstate;
 /* b is not needed for POSIX but harmless */
 #define READ_MODE "rb"
 #define WRITE_MODE "wb"
-
+extern void* xmalloc(size_t);
+extern void packed_to_token(long, char token[6]);
 extern void newspeak(char*);
 extern void SPEAK(vocab_t);
 extern void PSPEAK(vocab_t,int);