Fix definition of tnef_open().

Change-Id: I8d030ab48fc47e4948c9f6dcad08f0bd08ca5ff8
Reviewed-on: https://code.wireshark.org/review/8364
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-05-08 18:33:56 -07:00
parent 17ea21f902
commit 795211b330
1 changed files with 1 additions and 1 deletions

View File

@ -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;