X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dict.h;h=1bf8bd3523b849aac1c2918f2794895c088714af;hb=2bdde1cd21cd58349cf4bd852fddf40524854288;hp=397097bf65159f023c20de5f5dc0d003d6345d70;hpb=b5a51d1c0bc3eda065002dd505cade85f4d75514;p=pspp-builds.git diff --git a/src/ui/gui/psppire-dict.h b/src/ui/gui/psppire-dict.h index 397097bf..1bf8bd35 100644 --- a/src/ui/gui/psppire-dict.h +++ b/src/ui/gui/psppire-dict.h @@ -69,6 +69,9 @@ void psppire_dict_delete_var (PsppireDict *s, gint idx); /* Return the number of variables in the dictionary */ gint psppire_dict_get_var_cnt (const PsppireDict *d); +/* Return the number of `union value's in the dictionary */ +size_t psppire_dict_get_value_cnt (const PsppireDict *d); + /* Return a variable by name. Return NULL if it doesn't exist */