X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-import-textfile.h;h=4a65d7debe1b02e021d15968164a054ef2b0c4a0;hb=033449d465fb54526d3984d55772e6a38e7d922c;hp=7a3c0f6fd441eaf7bd9fb95d12866c25392e9133;hpb=77e2017715a58c01d3e63ad90fb28b5e39eb2a31;p=pspp diff --git a/src/ui/gui/psppire-import-textfile.h b/src/ui/gui/psppire-import-textfile.h index 7a3c0f6fd4..4a65d7debe 100644 --- a/src/ui/gui/psppire-import-textfile.h +++ b/src/ui/gui/psppire-import-textfile.h @@ -1,3 +1,20 @@ +/* PSPPIRE - a graphical user interface for PSPP. + Copyright (C) 2020 Free Software Foundation + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + */ + #ifndef PSPPIRE_IMPORT_TEXTFILE_H #define PSPPIRE_IMPORT_TEXTFILE_H @@ -23,7 +40,7 @@ static const struct separator separators[] = {"slash", '/'}, }; -#define SEPARATOR_CNT (sizeof separators / sizeof *separators) +#define N_SEPARATORS (sizeof separators / sizeof *separators) /* Initializes IA's intro substructure. */ void intro_page_create (PsppireImportAssistant *ia); @@ -33,5 +50,7 @@ void separators_page_create (PsppireImportAssistant *ia); /* Set the data model for both the data sheet and the variable sheet. */ void textfile_set_data_models (PsppireImportAssistant *ia); +void text_spec_gen_syntax (PsppireImportAssistant *ia, struct string *s); + #endif