Wireshark-commits: [Wireshark-commits] master bb610ac: Fix signature of wtap_opttype_block_register

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jul 2016 01:13:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bb610ac57b0c4a493c385fd1b9c55f1cb0eaa8c2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bb610ac by Guy Harris (guy@xxxxxxxxxxxx):

    Fix signature of wtap_opttype_block_register().
    
    It gets passed a wtap_block_type_t value, so declare it as such.
    
    Change-Id: I6980cab7e1885c9920b2a75e12f9d2d2a64d6f96
    Reviewed-on: https://code.wireshark.org/review/16450
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1f8999b   Redo the block options APIs.
    adds  bb610ac   Fix signature of wtap_opttype_block_register().


Summary of changes:
 wiretap/wtap_opttypes.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)