wiretap: remove duplicate declaration of wtap_block_get_type().

This commit is contained in:
Guy Harris 2021-02-14 11:19:52 -08:00
parent 0cf834f909
commit 3387eef836
1 changed files with 0 additions and 7 deletions

View File

@ -323,13 +323,6 @@ WS_DLL_PUBLIC void wtap_block_array_free(GArray* block_array);
*/
WS_DLL_PUBLIC wtap_block_type_t wtap_block_get_type(wtap_block_t block);
/** Provide type of a block
*
* @param[in] block Block from which to retrieve mandatory data
* @return Block type.
*/
WS_DLL_PUBLIC wtap_block_type_t wtap_block_get_type(wtap_block_t block);
/** Provide mandatory data of a block
*
* @param[in] block Block from which to retrieve mandatory data