summaryrefslogtreecommitdiff
path: root/wiretap/commview.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/commview.h')
-rw-r--r--wiretap/commview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/commview.h b/wiretap/commview.h
index b3dfc978c7..4fc5e2a780 100644
--- a/wiretap/commview.h
+++ b/wiretap/commview.h
@@ -26,6 +26,8 @@
#define __COMMVIEW_H__
int commview_open(wtap *wth, int *err, gchar **err_info _U_);
+int commview_dump_can_write_encap(int encap);
+gboolean commview_dump_open(wtap_dumper *wdh, gboolean cant_seek _U_, int *err);
#endif /* __COMMVIEW_H__ */