Diff for /embedaddon/sudo/src/sudo_plugin_int.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:26:49 version 1.1.1.3, 2013/07/22 10:46:13
Line 1 Line 1
 /*  /*
 * Copyright (c) 2010-2012 Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 2010-2013 Todd C. Miller <Todd.Miller@courtesan.com>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 97  struct plugin_container { Line 97  struct plugin_container {
 };  };
 TQ_DECLARE(plugin_container)  TQ_DECLARE(plugin_container)
   
extern struct plugin_container_list policy_plugins;extern struct plugin_container policy_plugin;
 extern struct plugin_container_list io_plugins;  extern struct plugin_container_list io_plugins;
   
 int sudo_conversation(int num_msgs, const struct sudo_conv_message msgs[],  int sudo_conversation(int num_msgs, const struct sudo_conv_message msgs[],

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


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