X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=3455a74f9677dcbb7be4ae50ff8e3844c9963b7b;hb=0655c32db3a849462fbcebd73d8c659d814e794d;hp=96529a1bd3aaa075dff403ef4bd2c78d46c25ec4;hpb=ad05a0285feaa0faa4e1329b8ee985c2ce17b1c9;p=pspp-builds.git diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 96529a1b..3455a74f 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2007, 2009, 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 @@ -84,9 +84,8 @@ void dict_rename_var (struct dictionary *, struct variable *, const char *); bool dict_rename_vars (struct dictionary *, struct variable **, char **new_names, size_t count, char **err_name); -bool dict_make_unique_var_name (const struct dictionary *, const char *hint, - unsigned long int *num_start, - char name[]); +char *dict_make_unique_var_name (const struct dictionary *, const char *hint, + unsigned long int *num_start); /* Weight variable. */ double dict_get_case_weight (const struct dictionary *,