lexer: Reimplement for better testability and internationalization.
[pspp-builds.git] / src / data / vector.h
index fc2bf9518d25bfb271095a2ba4935de4c9ccd1c3..f8fe0888497cc543a8a87e91b8c705ddcfd71cb1 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006, 2011  Free Software Foundation, Inc.
+   Copyright (C) 2006, 2010, 2011  Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -34,6 +34,8 @@ enum val_type vector_get_type (const struct vector *);
 struct variable *vector_get_var (const struct vector *, size_t idx);
 size_t vector_get_var_cnt (const struct vector *);
 
+bool vector_is_valid_name (const char *name, bool issue_error);
+
 int compare_vector_ptrs_by_name (const void *a_, const void *b_);
 
 #endif /* data/vector.h */