Wireshark-commits: [Wireshark-commits] master 0d9a745: Fix function declaration of ws_buffer_length
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 04 May 2018 02:26:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0d9a7455a6c35b3573086bb53e790b3936c05063
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0d9a745 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>
    

Actions performed:

    from  895cfbf   Qt: Add check for running toolbar reader thread
    adds  0d9a745   Fix function declaration of ws_buffer_length().


Summary of changes:
 wsutil/buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)