X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmessage-item.h;h=dca7e7d21a87be8d15b6ef0efbc3153884e410da;hb=726e15b3d4f61ac4f5a7308c4c096d96d41473c8;hp=a97b2270d6f1d1cc055a244ed04c4e0f6d1952ed;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/src/output/message-item.h b/src/output/message-item.h index a97b2270d6..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 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 @@ -29,7 +29,7 @@ the message gets routed properly for the PSPP user interface in use. */ #include -#include +#include "output/output-item.h" /* A message item. */ struct message_item @@ -41,12 +41,14 @@ 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. */ #include -#include +#include "libpspp/cast.h" extern const struct output_item_class message_item_class;