URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3f790123371c9e2411746683f5c085caf2a721c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
b3f7901 by Guy Harris (guy@xxxxxxxxxxxx):
    Fix function declaration of ws_buffer_length().
    
    This makes it match 1) the way the function is defined, if it is defined
    and 2) the type returned if it's a macro, not a function.
    
    Change-Id: I708a44d2d20f44e58d6ae0228a11e622e7648022
    Reviewed-on: https://code.wireshark.org/review/27320
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 0d9a7455a6c35b3573086bb53e790b3936c05063)
    Reviewed-on: https://code.wireshark.org/review/27321
    
Actions performed:
    from  66f4123   SDP: do not assume that media_desc pointer is always set
    adds  b3f7901   Fix function declaration of ws_buffer_length().
Summary of changes:
 wsutil/buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)