diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-12-03 19:32:54 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-12-03 19:32:54 +0000 |
commit | d2a024af6013eeecd927ae6a8399c2a978602670 (patch) | |
tree | c152d2be323d8949d9484005a5e19e897b5cc16e /capture_loop.c | |
parent | 0a2188eed69c6c6e3000bd17d7da9cc1ea20e7a8 (diff) | |
download | wireshark-d2a024af6013eeecd927ae6a8399c2a978602670.tar.gz wireshark-d2a024af6013eeecd927ae6a8399c2a978602670.tar.bz2 wireshark-d2a024af6013eeecd927ae6a8399c2a978602670.zip |
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_loop.c')
-rw-r--r-- | capture_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_loop.c b/capture_loop.c index 77e6ad2f86..2e6beefad9 100644 --- a/capture_loop.c +++ b/capture_loop.c @@ -68,6 +68,7 @@ #include <epan/packet.h> #include "capture.h" +#include "capture_loop.h" #include "capture_sync.h" #include "pcap-util.h" |