### Eclipse Workspace Patch 1.0
#P feeds
Index: feeds/feeds.api.php
===================================================================
--- feeds.api.php	(revision 202)
+++ feeds.api.php	(working copy)
@@ -196,5 +196,18 @@
 }
 
 /**
+ * Alter inheritors for user processor. Use this hook to add additional
+ * inheritors to the user processor. 
+ *
+ * The inheritor callback takes two arguments, first the $new_user and second
+ * the $feed_user. The $new_user is the user being created (or updated) and
+ * $feed_node is the node that the importer is attached to.
+ */
+function hook_feeds_user_processor_inheritors(&$inheritors) {
+  $inheritors = array();
+}
+
+
+/**
  * @}
  */
