Revert "UNUSED enc_key_id_{equal,hash}"
[wireshark-sm.git] / wiretap / mp4.h
blobe03f115b2d07ffc9244f1468150af0cb51e0b92f
1 /** @file
3 * MP4 (ISO/IEC 14496-12) file format decoder for the Wiretap library.
5 * Wiretap Library
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __W_MP4_H__
10 #define __W_MP4_H__
12 #include "wtap.h"
14 wtap_open_return_val mp4_open(wtap *wth, int *err, char **err_info);
16 #endif