aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-18 09:01:42 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-18 09:01:42 +0000
commit11894cfba5413fb323be2090a566de1995930471 (patch)
tree12808ae7a83d227863a623c566f5c5bd84891d2c /epan/emem.h
parent9d92c933500dadf223939bf18053ffbb84b5f2cd (diff)
rename se_tree_lookup32_less_than_or_equal()
to se_tree_lookup32_le() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17664 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 45d3afbf7a..31bb367620 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -217,7 +217,7 @@ void *se_tree_lookup32(se_tree_t *se_tree, guint32 key);
* 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);
+void *se_tree_lookup32_le(se_tree_t *se_tree, guint32 key);
/* This function is similar to the se_tree_create() call but with the