Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / wiretap / tnef.h
blob46a9b2d8c147bc944116ed214492e9ae526ce774
1 /** @file
3 * Transport-Neutral Encapsulation Format (TNEF) file reading
5 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __TNEF_H__
10 #define __TNEF_H__
12 #include <glib.h>
13 #include <wiretap/wtap.h>
14 #include "ws_symbol_export.h"
16 #define TNEF_SIGNATURE 0x223E9F78
18 wtap_open_return_val tnef_open(wtap *wth, int *err, char **err_info);
20 #endif