Remove "Written by Ben Pfaff <blp@gnu.org>" lines everywhere.
[pspp-builds.git] / src / ui / terminal / read-line.h
index cadd2cce1410e9f130d07840364c5d1e7f0eeed4..118bbe3eb3b5f869d7c994b38def5de648721152 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 #define READLN_H
 
 #include <libpspp/str.h>
+#include <libpspp/getl.h>
 
 void readln_initialize (void);
 void readln_uninitialize (void);
-bool readln_read (struct string *line, const char *prompt);
+
+struct getl_interface *create_readln_source (void);
+
+
 
 #endif /* READLN_H */