X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmessage-item.h;h=dca7e7d21a87be8d15b6ef0efbc3153884e410da;hb=5e8eab0fb47cff52247ef61713003537dd986118;hp=88450f1adee4cc91276e649853794eaab767fe95;hpb=81579d9e9f994fb2908f50af41c3eb033d216e58;p=pspp diff --git a/src/output/message-item.h b/src/output/message-item.h index 88450f1ade..dca7e7d21a 100644 --- a/src/output/message-item.h +++ b/src/output/message-item.h @@ -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 *); /* This boilerplate for message_item, a subclass of output_item, was autogenerated by mk-class-boilerplate. */