aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-02-14 11:19:52 -0800
committerGuy Harris <gharris@sonic.net>2021-02-14 20:06:21 +0000
commit3387eef8367ca7b16b5515635f79d971bde97c5e (patch)
treef3ebc224a6cb994dd4d20f9a059d839321430213 /wiretap
parent0cf834f9097203942cac5b6f4c0c651653783d55 (diff)
wiretap: remove duplicate declaration of wtap_block_get_type().
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap_opttypes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/wiretap/wtap_opttypes.h b/wiretap/wtap_opttypes.h
index 1334c76510..ff428109e7 100644
--- a/wiretap/wtap_opttypes.h
+++ b/wiretap/wtap_opttypes.h
@@ -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