summaryrefslogtreecommitdiff
path: root/ed.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-19 16:13:09 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-19 16:13:09 +0900
commit8bb61616966b94aaadf747ab312ea8fd3700afe6 (patch)
tree5fe0f32fa57330307d2e8ba0235641358853bbac /ed.h
parentd34c01a5949925f95939a20e0379c9bb529d5fd5 (diff)
downloaded-8bb61616966b94aaadf747ab312ea8fd3700afe6.tar.gz
ed-8bb61616966b94aaadf747ab312ea8fd3700afe6.tar.bz2
ed-8bb61616966b94aaadf747ab312ea8fd3700afe6.zip
Imported Upstream version 1.16upstream/1.16
Diffstat (limited to 'ed.h')
-rw-r--r--ed.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ed.h b/ed.h
index 0a51184..dafe674 100644
--- a/ed.h
+++ b/ed.h
@@ -1,7 +1,7 @@
/* Global declarations for the ed editor. */
/* GNU ed - The GNU line editor.
Copyright (C) 1993, 1994 Andrew Moore, Talke Studio
- Copyright (C) 2006-2019 Antonio Diaz Diaz.
+ Copyright (C) 2006-2020 Antonio Diaz Diaz.
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
@@ -117,9 +117,9 @@ bool traditional( void );
/* defined in main_loop.c */
int main_loop( const bool loose );
-void set_def_filename( const char * const s );
-void set_error_msg( const char * msg );
-void set_prompt( const char * const s );
+bool set_def_filename( const char * const s );
+void set_error_msg( const char * const msg );
+bool set_prompt( const char * const s );
void set_verbose( void );
void unmark_line_node( const line_t * const lp );