X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdictionary.h;h=e923d52dc252d3a25debe74007e083a463c36f75;hb=a29bbbe97388bb6f9c9b4df36b448dfe5023363c;hp=e527dd518fea9a528515aec339a93285f70444f6;hpb=3c2526641a2e88ff6dec7ea6ae5ffc063daf6957;p=pspp diff --git a/src/dictionary.h b/src/dictionary.h index e527dd518f..e923d52dc2 100644 --- a/src/dictionary.h +++ b/src/dictionary.h @@ -34,7 +34,7 @@ void dict_destroy (struct dictionary *); size_t dict_get_var_cnt (const struct dictionary *); struct variable *dict_get_var (const struct dictionary *, size_t idx); void dict_get_vars (const struct dictionary *, - struct variable ***vars, int *cnt, + struct variable ***vars, size_t *cnt, unsigned exclude_classes); struct variable *dict_create_var (struct dictionary *, const char *,