aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-03-08 01:52:25 +0000
committerSake Blok <sake@euronet.nl>2011-03-08 01:52:25 +0000
commit307c0d70fbf7343fbdc37bb324945de1c27a96da (patch)
tree3bc38d1ce7d66021eba710361c78a0404e670bc7 /file.h
parent4f8edc81e68e349f821790920bc7cee59d084c13 (diff)
Removal of the old packet-list in favor of the new packet list.
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) svn path=/trunk/; revision=36161
Diffstat (limited to 'file.h')
-rw-r--r--file.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/file.h b/file.h
index e30a064d03..b4883cd5fd 100644
--- a/file.h
+++ b/file.h
@@ -321,13 +321,6 @@ void cf_reftime_packets(capture_file *cf);
gulong cf_get_computed_elapsed(void);
/**
- * The coloring rules have changed, redo coloring
- *
- * @param cf the capture file
- */
-void cf_colorize_packets(capture_file *cf);
-
-/**
* "Something" has changed, rescan all packets.
*
* @param cf the capture file
@@ -343,13 +336,6 @@ void cf_redissect_packets(capture_file *cf);
cf_read_status_t cf_retap_packets(capture_file *cf);
/**
- * The time format has changed, rescan all packets.
- *
- * @param cf the capture file
- */
-void cf_change_time_formats(capture_file *cf);
-
-/**
* Adjust timestamp precision if auto is selected.
*
* @param cf the capture file
@@ -490,18 +476,16 @@ gboolean cf_find_packet_time_reference(capture_file *cf, search_direction dir);
/**
* GoTo Packet in first row.
*
- * @param cf the capture file
* @return TRUE if the first row exists, FALSE otherwise
*/
-gboolean cf_goto_top_frame(capture_file *cf);
+gboolean cf_goto_top_frame();
/**
* GoTo Packet in last row.
*
- * @param cf the capture file
* @return TRUE if last row exists, FALSE otherwise
*/
-gboolean cf_goto_bottom_frame(capture_file *cf);
+gboolean cf_goto_bottom_frame();
/**
* GoTo Packet with the given row.