X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-delimited-text.h;h=d18570a83fcf16d5c1510f6db9d801b3afa4b7ee;hb=ca1382f24fd0a8a90dd65daf98a279d6a549d9da;hp=6465f10ae39a38036c526f74e4f511b186e00015;hpb=50feac63e2fb9776f53e432f137311b4f5563ccf;p=pspp diff --git a/src/ui/gui/psppire-delimited-text.h b/src/ui/gui/psppire-delimited-text.h index 6465f10ae3..d18570a83f 100644 --- a/src/ui/gui/psppire-delimited-text.h +++ b/src/ui/gui/psppire-delimited-text.h @@ -67,7 +67,6 @@ struct _PsppireDelimitedText /* caching */ const char *cache_starts[512]; - struct substring cache; struct substring const_cache; int cache_row; }; @@ -84,6 +83,9 @@ typedef struct _PsppireDelimitedTextClass PsppireDelimitedTextClass; GType psppire_delimited_text_get_type (void) G_GNUC_CONST; PsppireDelimitedText *psppire_delimited_text_new (GtkTreeModel *); +const gchar *psppire_delimited_text_get_header_title (PsppireDelimitedText *file, gint column); + + G_END_DECLS #endif /* __PSPPIRE_DELIMITED_TEXT_H__ */