output-item: Make command name part of every output_item.
[pspp] / src / output / message-item.h
index 88450f1adee4cc91276e649853794eaab767fe95..dca7e7d21a87be8d15b6ef0efbc3153884e410da 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2010, 2011 Free Sonftware Foundation, Inc.
+   Copyright (C) 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -41,6 +41,8 @@ struct message_item
 struct message_item *message_item_create (const struct msg *);
 
 const struct msg *message_item_get_msg (const struct message_item *);
+
+struct text_item *message_item_to_text_item (struct message_item *);
 \f
 /* This boilerplate for message_item, a subclass of output_item, was
    autogenerated by mk-class-boilerplate. */