aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-03 19:32:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-03 19:32:54 +0000
commitd2a024af6013eeecd927ae6a8399c2a978602670 (patch)
treec152d2be323d8949d9484005a5e19e897b5cc16e /capture_opts.c
parent0a2188eed69c6c6e3000bd17d7da9cc1ea20e7a8 (diff)
split capture.h into capture.h, capture_loop.h and capture_opts.h and place the parts into the corresponding files
svn path=/trunk/; revision=16664
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_opts.c b/capture_opts.c
index df66d6b3a3..38da616b64 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -38,6 +38,7 @@
#include <epan/packet.h>
#include "capture.h"
+#include "capture_opts.h"
#include "ringbuffer.h"
#include "clopts_common.h"
#include "cmdarg_err.h"