From 01525e848cd682d51319383c9968979224255b53 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 12:07:20 +0200 Subject: tstamping: add header file for packet timestamping Better add a header file for this, so that we do not need to have it in multiple places declared. Signed-off-by: Daniel Borkmann --- netsniff-ng.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'netsniff-ng.c') diff --git a/netsniff-ng.c b/netsniff-ng.c index 23c1d5b..ec4faeb 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -42,11 +42,10 @@ #include "lockme.h" #include "tprintf.h" #include "timer.h" +#include "tstamping.h" #include "dissector.h" #include "xmalloc.h" -extern int set_sockopt_hwtimestamp(int sock, const char *dev); - enum dump_mode { DUMP_INTERVAL_TIME, DUMP_INTERVAL_SIZE, -- cgit v1.2.3-54-g00ecf