summaryrefslogtreecommitdiff
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memory.h b/src/memory.h
index 5e8a31c..81cdae0 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -35,5 +35,6 @@ struct Memory {
35}; 35};
36 36
37void init_memory(struct Memory *mem); 37void init_memory(struct Memory *mem);
38void output_memory(const struct Memory *m);
38 39
39#endif 40#endif