summaryrefslogtreecommitdiffstats
path: root/wiretap/stanag4607.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/stanag4607.h')
-rw-r--r--wiretap/stanag4607.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/wiretap/stanag4607.h b/wiretap/stanag4607.h
new file mode 100644
index 00000000..1d322b88
--- /dev/null
+++ b/wiretap/stanag4607.h
@@ -0,0 +1,18 @@
+/** @file
+ *
+ * STANAG 4607 file reading
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ */
+
+#ifndef __STANAG_4607_H__
+#define __STANAG_4607_H__
+
+#include <glib.h>
+#include <wiretap/wtap.h>
+#include "ws_symbol_export.h"
+
+wtap_open_return_val stanag4607_open(wtap *wth, int *err, gchar **err_info);
+
+#endif