diskio: convert print functions to match common signature
[monky] / src / eve.h
index 1c5bbd2..9382117 100644 (file)
--- a/src/eve.h
+++ b/src/eve.h
@@ -26,5 +26,6 @@
 
 void scan_eve(struct text_object *, const char *);
 void print_eve(struct text_object *, char *, int);
+void free_eve(struct text_object *);
 
 #endif /* _EVE_H */