fixes for power kernel 47 breaking temperature and voltage readings
[monky] / src / tailhead.h
index ded4f1c..f69aaf8 100644 (file)
@@ -9,7 +9,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -34,4 +34,7 @@ void free_tailhead(struct text_object *);
 void init_tailhead(const char *, const char *, struct text_object *, void *);
 void print_tailhead(const char *, struct text_object *, char *, int);
 
+void print_lines(struct text_object *, char *, int);
+void print_words(struct text_object *, char *, int);
+
 #endif /* _TAILHEAD_H */