X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dictview.h;h=bf41778ea9bd9a9153ff18e10c03e6117fe80520;hb=159abf428abd3028a73d064508fac95e542d9f09;hp=dd08d78f125ce2f735dc2b10193b4b9c637e5296;hpb=d3181522c4d8e725d417cbae655e46f660fe168e;p=pspp diff --git a/src/ui/gui/psppire-dictview.h b/src/ui/gui/psppire-dictview.h index dd08d78f12..bf41778ea9 100644 --- a/src/ui/gui/psppire-dictview.h +++ b/src/ui/gui/psppire-dictview.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2009 Free Software Foundation + Copyright (C) 2009, 2010, 2013 Free Software Foundation 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 @@ -21,8 +21,9 @@ #include #include -#include +#include +#include "data/format.h" #include "psppire-dict.h" #include "dict-display.h" @@ -62,6 +63,7 @@ struct _PsppireDictViewClass GType psppire_dict_view_get_type (void); struct variable * psppire_dict_view_get_selected_variable (PsppireDictView *); +const char *get_var_measurement_stock_id (enum fmt_type, enum measure); G_END_DECLS