aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.h b/file.h
index da9277f327..74cc6981b6 100644
--- a/file.h
+++ b/file.h
@@ -61,8 +61,9 @@ typedef enum {
cf_cb_file_read_finished,
#ifdef HAVE_LIBPCAP
cf_cb_live_capture_update_started,
- cf_cb_live_capture_fixed_started,
+ cf_cb_live_capture_update_continue,
cf_cb_live_capture_update_finished,
+ cf_cb_live_capture_fixed_started,
cf_cb_live_capture_fixed_finished,
#endif
cf_cb_packet_selected,