aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-21 01:52:18 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-21 01:52:18 +0000
commit9591364899d545871751ff10ff3d21b5a9cd24ff (patch)
treeb2bb7b37d1bc808a7644b21042ddf36330b228bd /doc/README.dissector
parentab9aa3c8592b2476dd8e4946d197b547f663bbd9 (diff)
Update documentation to reflect the non-existence of
proto_tree_add_unicode_string(). svn path=/trunk/; revision=54321
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index e5d4686016..72abb3a122 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1178,9 +1178,6 @@ protocol or field labels to the proto_tree:
value_ptr, format, ...);
proto_item *
- proto_tree_add_unicode_string(tree, id, tvb, start, length, value);
-
- proto_item *
proto_tree_add_boolean(tree, id, tvb, start, length, value);
proto_item *