Some minor corrections in function descriptions
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Aug 2009 10:35:48 +0000 (10:35 +0000)
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Aug 2009 10:35:48 +0000 (10:35 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29625 f5534014-38df-0310-8fa8-9805f1628bb7

file.h

diff --git a/file.h b/file.h
index ece604994e0bf9b11b2ee0673cf5dbf1409368e7..6c02b9e13a7f3b6bca8e886047ffa6524e6aefc7 100644 (file)
--- 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
  */