pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/dictionary.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.h
Date: Sun, 23 Oct 2005 22:51:48 -0400

Index: pspp/src/dictionary.h
diff -u pspp/src/dictionary.h:1.7 pspp/src/dictionary.h:1.8
--- pspp/src/dictionary.h:1.7   Mon Sep 12 11:33:55 2005
+++ pspp/src/dictionary.h       Mon Oct 24 02:51:32 2005
@@ -34,7 +34,7 @@
 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 *,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]