summaryrefslogtreecommitdiff
path: root/fileset.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-24 15:08:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-24 15:08:41 +0000
commitcb801710ba3e784e5523ab8e170eb0f128905108 (patch)
treeab3ca5836759449b34ce6e9f4f99c67727bb652e /fileset.h
parentebd34c3b280a8c17948548a4e641957f79b3d34e (diff)
downloadwireshark-cb801710ba3e784e5523ab8e170eb0f128905108.tar.gz
From Evan Huus:
Size wrong in "File Set List" for just-finished captures. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7370 svn path=/trunk/; revision=43455
Diffstat (limited to 'fileset.h')
-rw-r--r--fileset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fileset.h b/fileset.h
index c6d0dd9294..95d3174e71 100644
--- a/fileset.h
+++ b/fileset.h
@@ -67,6 +67,8 @@ extern void fileset_file_closed(void);
extern void fileset_update_dlg(void);
+extern void fileset_update_file(const char *path);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */