projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d98f6
)
Add missing function prototypes.
author
Jason S. Ninneman
<jsn@mbar.us>
Sun, 11 Jun 2017 21:35:55 +0000
(14:35 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Sun, 11 Jun 2017 22:42:25 +0000
(15:42 -0700)
advent.h
patch
|
blob
|
history
diff --git
a/advent.h
b/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);