aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index e21f75323d..3f8285e7d3 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -132,6 +132,7 @@ my %APIs = (
'tvb_length_remaining', # replaced with tvb_captured_length_remaining
'tvb_ensure_length_remaining', # replaced with tvb_ensure_captured_length_remaining
'tvb_get_string', # replaced with tvb_get_string_enc
+ 'tvb_get_stringz', # replaced with tvb_get_stringz_enc
# wmem calls should replace all emem calls (see doc/README.wmem)
'ep_alloc',