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: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.h
Date: Mon, 12 Sep 2005 07:33:56 -0400

Index: pspp/src/dictionary.h
diff -u pspp/src/dictionary.h:1.6 pspp/src/dictionary.h:1.7
--- pspp/src/dictionary.h:1.6   Sun Aug 21 07:21:06 2005
+++ pspp/src/dictionary.h       Mon Sep 12 11:33:55 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, size_t *cnt,
+                    struct variable ***vars, int *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]