summaryrefslogtreecommitdiff
path: root/wiretap/k12.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-09 18:04:16 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-10 01:04:43 +0000
commit5947291294a7feafb84617cfaadb5c689a007313 (patch)
treecc2fa617195bba138f5b3f50761f1872a440ee85 /wiretap/k12.h
parentbea24cfdad15fd1842ee9cc2db56b97d74b0fafe (diff)
downloadwireshark-5947291294a7feafb84617cfaadb5c689a007313.tar.gz
Fix declared types of open routines.
Change-Id: Ifa38dfec31ec5b03f00d6e077902184a9ae2ee0e Reviewed-on: https://code.wireshark.org/review/4583 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/k12.h')
-rw-r--r--wiretap/k12.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/k12.h b/wiretap/k12.h
index 64a46f0d77..87e776f28b 100644
--- a/wiretap/k12.h
+++ b/wiretap/k12.h
@@ -24,10 +24,10 @@
#include <glib.h>
#include <wtap.h>
-int k12_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val k12_open(wtap *wth, int *err, gchar **err_info);
int k12_dump_can_write_encap(int encap);
gboolean k12_dump_open(wtap_dumper *wdh, int *err);
-int k12text_open(wtap *wth, int *err, gchar **err_info _U_);
+wtap_open_return_val k12text_open(wtap *wth, int *err, gchar **err_info _U_);
int k12text_dump_can_write_encap(int encap);
gboolean k12text_dump_open(wtap_dumper *wdh, int *err);