summaryrefslogtreecommitdiff
path: root/wiretap/ascendtext.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/ascendtext.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/ascendtext.h')
-rw-r--r--wiretap/ascendtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ascendtext.h b/wiretap/ascendtext.h
index 369ffa1cd2..3c2736cfa7 100644
--- a/wiretap/ascendtext.h
+++ b/wiretap/ascendtext.h
@@ -27,6 +27,6 @@
#define ASCEND_MAX_DATA_COLS 16
#define ASCEND_MAX_PKT_LEN (ASCEND_MAX_DATA_ROWS * ASCEND_MAX_DATA_COLS)
-int ascend_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val ascend_open(wtap *wth, int *err, gchar **err_info);
#endif