aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.h
blob: 76b7f1d000289e7c2e30c76cdb1b188294f5ef54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* mpeg.h
 *
 * MPEG file format decoder for the Wiretap library.
 * Written by Shaun Jackman <sjackman@gmail.com>
 * Copyright 2007 Shaun Jackman
 *
 * Wiretap Library
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __W_MPEG_H__
#define __W_MPEG_H__

#include <glib.h>
#include "wtap.h"

wtap_open_return_val mpeg_open(wtap *wth, int *err, gchar **err_info);

#endif