diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-08-02 11:54:54 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-08-02 18:55:30 +0000 |
commit | 7f937c9bf72ffe1ca0e54ac87ff635cd1a873694 (patch) | |
tree | c9404d44e7287eeb0dea6eb0ef3bc2a3f639db4d /debian | |
parent | f4d24216bea6c955e39b08ff8155f6cdd4a1183f (diff) | |
download | wireshark-7f937c9bf72ffe1ca0e54ac87ff635cd1a873694.tar.gz wireshark-7f937c9bf72ffe1ca0e54ac87ff635cd1a873694.tar.bz2 wireshark-7f937c9bf72ffe1ca0e54ac87ff635cd1a873694.zip |
Add tvb_ensure_bytes_exist64 to the API list.
I thought ws_symbol_export.h was supposed to eliminate API list files.
Apparently it didn't, so we have to update this file every time we add a
new API.
Change-Id: I93dda6ccc992c79d52d2b460e818995e6332f1be
Reviewed-on: https://code.wireshark.org/review/3363
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index 567d5ef10e..3275e3a6fe 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -1253,6 +1253,7 @@ libwireshark.so.0 libwireshark0 #MINVER# tvb_composite_append@Base 1.9.1 tvb_composite_finalize@Base 1.9.1 tvb_ensure_bytes_exist@Base 1.9.1 + tvb_ensure_bytes_exist64@Base 1.99.0 tvb_ensure_captured_length_remaining@Base 1.12.0~rc1 tvb_ether_to_str@Base 1.9.1 tvb_eui64_to_str@Base 1.9.1 |