Diff for /embedaddon/readline/colors.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2014/07/30 08:16:45 version 1.1.1.2, 2021/03/17 01:01:01
Line 2 Line 2
   
    Modified by Chet Ramey for Readline.     Modified by Chet Ramey for Readline.
   
   Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012 Free Software Foundation,   Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012, 2015
   Inc.   Free Software Foundation, Inc.
   
    This program is free software: you can redistribute it and/or modify     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     it under the terms of the GNU General Public License as published by
Line 114  enum filetype Line 114  enum filetype
     arg_directory      arg_directory
   };    };
   
   /* Prefix color, currently same as socket */
   #define C_PREFIX        C_SOCK
   
 extern void _rl_put_indicator (const struct bin_str *ind);  extern void _rl_put_indicator (const struct bin_str *ind);
 extern void _rl_set_normal_color (void);  extern void _rl_set_normal_color (void);
extern bool _rl_print_color_indicator (char *f);extern bool _rl_print_prefix_color (void);
 extern bool _rl_print_color_indicator (const char *f);
 extern void _rl_prep_non_filename_text (void);  extern void _rl_prep_non_filename_text (void);
   
 #endif /* !_COLORS_H_ */  #endif /* !_COLORS_H_ */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>