summaryrefslogtreecommitdiff
path: root/wiretap/vwr.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-04-20 12:09:16 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-04-20 12:09:16 +0000
commitb227c024fed5f90411ee58ec65e8108743acb58e (patch)
tree9352d2b28b15083b94e6c76df2cf14ef943470af /wiretap/vwr.h
parent45252c84e3dd2dad2844f570e257619d83c4469c (diff)
downloadwireshark-b227c024fed5f90411ee58ec65e8108743acb58e.tar.gz
Missed file from previous commit.
svn path=/trunk/; revision=42156
Diffstat (limited to 'wiretap/vwr.h')
-rw-r--r--wiretap/vwr.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/wiretap/vwr.h b/wiretap/vwr.h
new file mode 100644
index 0000000000..811910c111
--- /dev/null
+++ b/wiretap/vwr.h
@@ -0,0 +1,29 @@
+/* vwr.h
+ *
+ * $Id$
+ *
+ * Wiretap Library
+ * Copyright (c) 1998-2010 by Tom Alexander <talexander@ixiacom.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
+#ifndef __VWR_H__
+#define __VWR_H__
+
+int vwr_open(wtap *wth, int *err, gchar **err_info);
+
+#endif