summaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/netmon.h')
-rw-r--r--wiretap/netmon.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
new file mode 100644
index 0000000..2146b35
--- /dev/null
+++ b/wiretap/netmon.h
@@ -0,0 +1,17 @@
+/** @file
+ *
+ * Wiretap Library
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef __NETMON_H__
+#define __NETMON_H__
+
+#include <glib.h>
+#include "wtap.h"
+
+wtap_open_return_val netmon_open(wtap *wth, int *err, gchar **err_info);
+
+#endif