aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.h
diff options
context:
space:
mode:
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);