X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftext-item.h;h=da1b208a5ea8cfd40ec5c27339cd2c8307d814a3;hb=417bac514fb3de900cb12689d8668d4d30a82e3f;hp=5f1e8a2e01a9e59b194b707cb7fad5b287156f13;hpb=d8fdf0b4fa919e48397b438e9453d6b82215ff51;p=pspp-builds.git diff --git a/src/output/text-item.h b/src/output/text-item.h index 5f1e8a2e..da1b208a 100644 --- a/src/output/text-item.h +++ b/src/output/text-item.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2011 Free Sonftware Foundation, Inc. + Copyright (C) 2009, 2010, 2011 Free Sonftware 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 @@ -67,6 +67,7 @@ struct text_item }; struct text_item *text_item_create (enum text_item_type, const char *text); +struct text_item *text_item_create_nocopy (enum text_item_type, char *text); struct text_item *text_item_create_format (enum text_item_type, const char *format, ...) PRINTF_FORMAT (2, 3);