aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-12 21:44:55 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-12 21:44:55 +0000
commit7e9cedfed81ac84ac28b5f48e36c843025abe2c8 (patch)
tree8e6ac01a654fb5dfb8725e1c07c3fbc683fdab11 /capture_sync.h
parentfcb74124f8072024a1608d7a65ffffa79f3832e7 (diff)
capture engine:
add a new feature to clear the currently captured packets and restart the capture with the previous parameters various code cleanup and minor bugfixes Win32: use millisecond resolution in capture_loop, to smooth screen update a bit (500ms instead of 1000ms) svn path=/trunk/; revision=14059
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture_sync.h b/capture_sync.h
index b429cc4184..fc6b0a63c9 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -58,10 +58,6 @@ extern void
sync_pipe_kill(capture_options *capture_opts);
-/** the child will immediately start capturing, notify the parent */
-extern void
-sync_pipe_capstart_to_parent(void);
-
/** the child has opened a new capture file, notify the parent */
extern void
sync_pipe_filename_to_parent(const char *filename);