Diff for /embedaddon/sudo/include/sudo_conf.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 10:46:12 version 1.1.1.3, 2013/10/14 07:56:34
Line 40  void sudo_conf_read(const char *); Line 40  void sudo_conf_read(const char *);
 const char *sudo_conf_askpass_path(void);  const char *sudo_conf_askpass_path(void);
 const char *sudo_conf_sesh_path(void);  const char *sudo_conf_sesh_path(void);
 const char *sudo_conf_noexec_path(void);  const char *sudo_conf_noexec_path(void);
   const char *sudo_conf_plugin_dir_path(void);
 const char *sudo_conf_debug_flags(void);  const char *sudo_conf_debug_flags(void);
 struct plugin_info_list *sudo_conf_plugins(void);  struct plugin_info_list *sudo_conf_plugins(void);
 bool sudo_conf_disable_coredump(void);  bool sudo_conf_disable_coredump(void);

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


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