diff options
Diffstat (limited to 'wiretap/pppdump.h')
-rw-r--r-- | wiretap/pppdump.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wiretap/pppdump.h b/wiretap/pppdump.h new file mode 100644 index 00000000..a0a022fe --- /dev/null +++ b/wiretap/pppdump.h @@ -0,0 +1,18 @@ +/** @file + * + * Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu> + * + * SPDX-License-Identifier: GPL-2.0-or-later + * + */ + +#ifndef __PPPDUMP_H__ +#define __PPPDUMP_H__ + +#include <glib.h> +#include "wtap.h" +#include "ws_symbol_export.h" + +wtap_open_return_val pppdump_open(wtap *wth, int *err, gchar **err_info); + +#endif |