aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-03-18 06:15:39 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-03-18 06:15:39 +0000
commitc4c2ce26069c0ad5525311561a3aeb4d5d488656 (patch)
treeca6d6c3eb30bf3e476296e7132cdc12a8a875e86 /epan/emem.h
parent87e4a20bbbe3d17b10e414d30ca47e9e9aea3843 (diff)
add new se_tree_lookup32_less_than_or_equal() call
svn path=/trunk/; revision=17663
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/emem.h b/epan/emem.h
index efbe7b9f4a..45d3afbf7a 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -211,6 +211,14 @@ void se_tree_insert32(se_tree_t *se_tree, guint32 key, void *data);
*/
void *se_tree_lookup32(se_tree_t *se_tree, guint32 key);
+/* This function will look up a node in the tree indexed by a guint32 integer
+ * value.
+ * The function will return the node that has the largest key that is
+ * equal to or smaller than the search key, or NULL if no such key was
+ * found.
+ */
+void *se_tree_lookup32_less_than_or_equal(se_tree_t *se_tree, guint32 key);
+
/* This function is similar to the se_tree_create() call but with the
* difference that when the se memory is release everything including the