1 /* -*- mode: C; mode: fold -*-
2 Copyright (C) 2010-2017,2018 John E. Davis
3 
4 This file is part of the S-Lang Library.
5 
6 The S-Lang Library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License as
8 published by the Free Software Foundation; either version 2 of the
9 License, or (at your option) any later version.
10 
11 The S-Lang Library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 General Public License for more details.
15 
16 You should have received a copy of the GNU General Public License
17 along with this library; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19 USA.
20 */
21 #ifndef SLANG_SLSH_H
22 #define SLANG_SLSH_H
23 
24 extern int slsh_interactive (void);
25 extern int slsh_use_readline (char *, int, int);
26 extern int slsh_init_readline_intrinsics (void);
27 #endif				       /* SLANG_SLSH_H */
28