aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-28 10:53:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-28 10:53:57 +0000
commite464a9bef912e7ca4cf6dbe2d0004e9a738d940c (patch)
tree5a369bc15fdaf3f5e6404023c1643aefd9374242 /file.h
parent2a80b47ce448fb4c41488a1c6c0f16177148c73c (diff)
Fix setting of new time format.
svn path=/trunk/; revision=29212
Diffstat (limited to 'file.h')
-rw-r--r--file.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/file.h b/file.h
index 82640780de..67fdd7e222 100644
--- a/file.h
+++ b/file.h
@@ -286,6 +286,13 @@ cf_read_status_t cf_retap_packets(capture_file *cf);
void cf_change_time_formats(capture_file *cf);
/**
+ * Adjust timestamp precision if auto is selected.
+ *
+ * @param cf the capture file
+ */
+void cf_timestamp_auto_precision(capture_file *cf);
+
+/**
* Print the capture file.
*
* @param cf the capture file