--- embedaddon/sudo/src/sudo_plugin_int.h 2012/05/29 12:26:49 1.1.1.2 +++ embedaddon/sudo/src/sudo_plugin_int.h 2013/07/22 10:46:13 1.1.1.3 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Todd C. Miller + * Copyright (c) 2010-2013 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -97,7 +97,7 @@ struct 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; int sudo_conversation(int num_msgs, const struct sudo_conv_message msgs[],