more
[metze/wireshark/wip.git] / wiretap / rfc7468.h
1 /* rfc7468.h
2  *
3  * SPDX-License-Identifier: GPL-2.0-or-later
4  */
5
6 #ifndef __PEM_H__
7 #define __PEM_H__
8
9 #include <glib.h>
10 #include "wtap.h"
11
12 wtap_open_return_val rfc7468_open(wtap *wth, int *err, gchar **err_info);
13
14 #endif
15
16 /*
17 * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
18 *
19 * Local Variables:
20 * c-basic-offset: 4
21 * tab-width: 8
22 * indent-tabs-mode: nil
23 * End:
24 *
25 * vi: set shiftwidth=4 tabstop=8 expandtab:
26 * :indentSize=4:tabSize=8:noTabs=true:
27 */