aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-05-17 22:17:04 +0000
committerGuy Harris <guy@alum.mit.edu>2011-05-17 22:17:04 +0000
commit592f0ba6da8cce7a4189d73cc787185c37623511 (patch)
tree8aa4c419314280b1c9c9928964e0fd751f6c8678 /wiretap/wtap.h
parent82a8d6b153ec73c744efe11c38dd3740c1ccd3c7 (diff)
Declare wtap_dump_has_name_resolution().
svn path=/trunk/; revision=37215
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 9736e4bb58..2c00f2af16 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -925,6 +925,7 @@ void wtap_close(wtap *wth);
gboolean wtap_dump_can_open(int filetype);
gboolean wtap_dump_can_write_encap(int filetype, int encap);
gboolean wtap_dump_can_compress(int filetype);
+gboolean wtap_dump_has_name_resolution(int filetype);
wtap_dumper* wtap_dump_open(const char *filename, int filetype, int encap,
int snaplen, gboolean compressed, int *err);
wtap_dumper* wtap_dump_fdopen(int fd, int filetype, int encap, int snaplen,