and do int -> bool conversions for the prototypes too
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1894 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
82dc1c17f2
commit
76356bd05b
|
@ -140,7 +140,7 @@ extern historyheadtype search_history;
|
||||||
extern historyheadtype replace_history;
|
extern historyheadtype replace_history;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern int curses_ended;
|
extern bool curses_ended;
|
||||||
|
|
||||||
/* Functions we want available. */
|
/* Functions we want available. */
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@ void update_color(void);
|
||||||
/* Public functions in cut.c */
|
/* Public functions in cut.c */
|
||||||
void cutbuffer_reset(void);
|
void cutbuffer_reset(void);
|
||||||
filestruct *get_cutbottom(void);
|
filestruct *get_cutbottom(void);
|
||||||
void add_to_cutbuffer(filestruct *inptr, int allow_concat);
|
void add_to_cutbuffer(filestruct *inptr, bool allow_concat);
|
||||||
void cut_marked_segment(void);
|
void cut_marked_segment(void);
|
||||||
void do_cut_text(void);
|
void do_cut_text(void);
|
||||||
void do_uncut_text(void);
|
void do_uncut_text(void);
|
||||||
|
|
Loading…
Reference in New Issue