summaryrefslogtreecommitdiff
path: root/wsutil/nstime.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 10:38:02 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 10:38:02 +0000
commit38edae1c718f690281958ff43d1154abc1c96247 (patch)
tree710d4b0220196b0b12691dc2d6d48394b9b8bc59 /wsutil/nstime.h
parentf207c70075d66f226e0eea8f33aae6105925ea25 (diff)
downloadwireshark-38edae1c718f690281958ff43d1154abc1c96247.tar.gz
Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.
After r50154 nstime_t is inside wsutil/ so wiretap don't need it's own copy. svn path=/trunk/; revision=53184
Diffstat (limited to 'wsutil/nstime.h')
-rw-r--r--wsutil/nstime.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/wsutil/nstime.h b/wsutil/nstime.h
index 01fd469b62..41685fd09b 100644
--- a/wsutil/nstime.h
+++ b/wsutil/nstime.h
@@ -27,7 +27,6 @@
#include <time.h>
-#include <wiretap/wtap.h>
#include "ws_symbol_export.h"
#ifdef __cplusplus
@@ -105,9 +104,6 @@ WS_DLL_PUBLIC double nstime_to_msec(const nstime_t *nstime);
/** converts nstime to double, time base is seconds */
WS_DLL_PUBLIC double nstime_to_sec(const nstime_t *nstime);
-/** converts wtap_nstime to double, time base is seconds */
-WS_DLL_PUBLIC double wtap_nstime_to_sec(const struct wtap_nstime *nstime);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */