aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-21 08:59:21 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-21 08:59:21 +0000
commite4a193fe5e93318600be3af08eec7aaa4adcb1bc (patch)
tree3f904c84590e9cf4e6037e12938c6d9bb36df6ce /wiretap/wtap-int.h
parent020d9491da11833e3cfa9c3842673e977bcea462 (diff)
Replace wtap_file_extensions_string() with a routine that returns a
GSList of extensions for a file type, including extensions for the compressed versions of those file types that we can read. svn path=/trunk/; revision=40623
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 4fb6fe565c..2d0dd94fda 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -342,6 +342,9 @@ extern gint wtap_num_file_types;
#define g_ptr_array_len(a) ((a)->len)
#endif
+/*** get GSList of all compressed file extensions ***/
+GSList *wtap_get_compressed_file_extensions(void);
+
#endif /* __WTAP_INT_H__ */
/*