X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fread-line.h;h=6738411f426ee963e38ff26658d246288ce54554;hb=0b5c052dd158ad883083f838be9d587210bcfbde;hp=9d490fc9eb930d456847b0316bd752194250bb35;hpb=5729150f2c4a00caf688e7e3b514b10b1987e211;p=pspp-builds.git diff --git a/src/ui/terminal/read-line.h b/src/ui/terminal/read-line.h index 9d490fc9..6738411f 100644 --- a/src/ui/terminal/read-line.h +++ b/src/ui/terminal/read-line.h @@ -1,31 +1,31 @@ -/* PSPP - computes sample statistics. +/* PSPP - a program for statistical analysis. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . - 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 2 of the - License, or (at your option) any later version. + 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. + 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, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef READLN_H #define READLN_H #include -#include +#include void readln_initialize (void); void readln_uninitialize (void); -bool readln_read (struct string *line, enum getl_prompt_style); + +struct getl_interface *create_readln_source (void); + + #endif /* READLN_H */