From 2114ffff4c156f233acd0888b36bcae26847f33f Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sun, 30 Aug 2009 10:35:48 +0000 Subject: Some minor corrections in function descriptions svn path=/trunk/; revision=29625 --- file.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'file.h') diff --git a/file.h b/file.h index ece604994e..6c02b9e13a 100644 --- a/file.h +++ b/file.h @@ -256,9 +256,13 @@ cf_status_t cf_filter_packets(capture_file *cf, gchar *dfilter, gboolean force); */ void cf_reftime_packets(capture_file *cf); +/** + * Return the time it took to load the file + */ gulong cf_get_computed_elapsed(void); + /** - * At least one "Refence Time" flag has changed, rescan all packets. + * The coloring rules have changed, redo coloring * * @param cf the capture file */ -- cgit v1.2.3