diskio: convert print functions to match common signature
[monky] / src / eve.h
index 8f144db..9382117 100644 (file)
--- a/src/eve.h
+++ b/src/eve.h
@@ -24,9 +24,8 @@
 #ifndef _EVE_H
 #define _EVE_H
 
-struct text_object;
-
 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 */