wtap_opttypes.c: Fix build error.
[metze/wireshark/wip.git] / wiretap / vms.h
index 1d37b4746cb31c4659ea4e0102274d53ab5e353f..e079e868564b8901bf48ff5a31695361f26a1294 100644 (file)
@@ -23,9 +23,9 @@
 #define __W_VMS_H__
 
 #include <glib.h>
-#include <wtap.h>
+#include "wtap.h"
 #include "ws_symbol_export.h"
 
-int vms_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val vms_open(wtap *wth, int *err, gchar **err_info);
 
 #endif