pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/var.h
Date: Fri, 11 Mar 2005 20:08:35 -0500

Index: pspp/src/var.h
diff -u pspp/src/var.h:1.27 pspp/src/var.h:1.28
--- pspp/src/var.h:1.27 Tue Mar  1 08:16:16 2005
+++ pspp/src/var.h      Sat Mar 12 01:08:33 2005
@@ -21,6 +21,7 @@
 #define var_h 1
 
 #include <stddef.h>
+#include "bool.h"
 #include "format.h"
 #include "val.h"
 
@@ -84,6 +85,7 @@
     void (*aux_dtor) (struct variable *);
   };
 
+bool var_is_valid_name (const char *, bool issue_error);
 int compare_var_names (const void *, const void *, void *);
 unsigned hash_var_name (const void *, void *);
 int compare_var_ptr_names (const void *, const void *, void *);




reply via email to

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