aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-01-09 12:28:10 -0500
committerMichael Mann <mmann78@netscape.net>2015-01-10 01:56:08 +0000
commit3a9869d81a686effc4f8139e019333ca9e87e0ca (patch)
tree2168b82c84f578b9935ca7c15e8cc2b0ed52018f /doc
parente54b5f052d79386b595f5f926429c3652688118d (diff)
Remove/replace ep_strsplit()
Change-Id: I4a803d83844d937804849b2ad3b067381c9b96d0 Reviewed-on: https://code.wireshark.org/review/6448 Petri-Dish: Evan Huus <eapache@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.malloc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/README.malloc b/doc/README.malloc
index 08b69878e0..f47e9c80e5 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -66,9 +66,6 @@ ep_new0(t) : allocate a single element of type t and fill it with 0.
.._strdup_vprintf() : will calculate the size of the formatted string,
allocate a chunk for it and format the string.
-ep_strsplit(): will split a string based on a certain separator returning an
- array of strings.
-
3.3 Stack related functions
ep_stack_new() : creates an ephemeral stack.