mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
Imported from ../bash-2.04.tar.gz.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with Bash; see the file COPYING. If not, write to the Free Software
|
||||
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
|
||||
|
||||
#if !defined (_INPUT_H_)
|
||||
#define _INPUT_H_
|
||||
@@ -97,6 +97,9 @@ extern char *decode_prompt_string __P((char *));
|
||||
extern void gather_here_documents __P((void));
|
||||
extern void execute_prompt_command __P((char *));
|
||||
|
||||
extern int *save_token_state __P((void));
|
||||
extern void restore_token_state __P((int *));
|
||||
|
||||
/* Functions from input.c */
|
||||
extern int getc_with_restart ();
|
||||
extern int ungetc_with_restart ();
|
||||
|
||||
Reference in New Issue
Block a user