aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/tnef.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-05-08 18:33:56 -0700
committerGuy Harris <guy@alum.mit.edu>2015-05-09 01:34:21 +0000
commit795211b3304c2db8f9ac8c75801fffe25add078e (patch)
tree43c6853b095ed94b443c20f59d17e405417d2c8c /wiretap/tnef.c
parent17ea21f90206b46f942ed06cd1afbddf3b8c02e9 (diff)
Fix definition of tnef_open().
Change-Id: I8d030ab48fc47e4948c9f6dcad08f0bd08ca5ff8 Reviewed-on: https://code.wireshark.org/review/8364 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/tnef.c')
-rw-r--r--wiretap/tnef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/tnef.c b/wiretap/tnef.c
index 05f2a388b9..3db624ea6c 100644
--- a/wiretap/tnef.c
+++ b/wiretap/tnef.c
@@ -96,7 +96,7 @@ static gboolean tnef_seek_read(wtap *wth, gint64 seek_off,
return tnef_read_file(wth, wth->random_fh, phdr, buf, err, err_info);
}
-int tnef_open(wtap *wth, int *err, gchar **err_info)
+wtap_open_return_val tnef_open(wtap *wth, int *err, gchar **err_info)
{
guint32 magic;