summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-oid-array.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/api-oid-array.txt')
-rw-r--r--Documentation/technical/api-oid-array.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/technical/api-oid-array.txt b/Documentation/technical/api-oid-array.txt
index 9febfb1d52..c97428c2c3 100644
--- a/Documentation/technical/api-oid-array.txt
+++ b/Documentation/technical/api-oid-array.txt
@@ -48,6 +48,11 @@ Functions
is not sorted, this function has the side effect of sorting
it.
+`oid_array_filter`::
+ Apply the callback function `want` to each entry in the array,
+ retaining only the entries for which the function returns true.
+ Preserve the order of the entries that are retained.
+
Examples
--------