summaryrefslogtreecommitdiff
path: root/wiretap/logcat.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-05-09 05:18:49 +0000
committerGuy Harris <guy@alum.mit.edu>2014-05-09 05:21:01 +0000
commita1b1c8bed54b1576e4f0e9e7f583844a12d142bf (patch)
treefcadd72c61f9d936451163e83cc1be843073f3b4 /wiretap/logcat.h
parenta651f3e5edb2f148a0e5f495b5cba0e7fa43e002 (diff)
downloadwireshark-a1b1c8bed54b1576e4f0e9e7f583844a12d142bf.tar.gz
Revert "Refactor Wiretap"
This reverts commit 1abeb277f5e6bd27fbaebfecc8184e37ba9d008a. This isn't building, and looks as if it requires significant work to fix. Change-Id: I622b1bb243e353e874883a302ab419532b7601f2 Reviewed-on: https://code.wireshark.org/review/1568 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/logcat.h')
-rw-r--r--wiretap/logcat.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/wiretap/logcat.h b/wiretap/logcat.h
index 268ab10fb0..4167bc21fb 100644
--- a/wiretap/logcat.h
+++ b/wiretap/logcat.h
@@ -25,16 +25,16 @@
#include "wtap.h"
-int logcat_open(wftap *wfth, int *err, gchar **err_info);
-
-gboolean logcat_binary_dump_open(wftap_dumper *wdh, int *err);
-gboolean logcat_text_brief_dump_open(wftap_dumper *wdh, int *err);
-gboolean logcat_text_process_dump_open(wftap_dumper *wdh, int *err);
-gboolean logcat_text_tag_dump_open(wftap_dumper *wdh, int *err);
-gboolean logcat_text_time_dump_open(wftap_dumper *wdh, int *err);
-gboolean logcat_text_thread_dump_open(wftap_dumper *wdh, int *err);
-gboolean logcat_text_threadtime_dump_open(wftap_dumper *wdh, int *err);
-gboolean logcat_text_long_dump_open(wftap_dumper *wdh, int *err);
+int logcat_open(wtap *wth, int *err, gchar **err_info);
+
+gboolean logcat_binary_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_text_brief_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_text_process_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_text_tag_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_text_time_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_text_thread_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_text_threadtime_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_text_long_dump_open(wtap_dumper *wdh, int *err);
int logcat_dump_can_write_encap(int encap);