about summary refs log tree commit diff
path: root/libnm-core/nm-utils.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-06-17 14:54:57 +0200
committerMichael Biebl <biebl@debian.org>2018-06-17 14:54:57 +0200
commit9d9b149b81f5ea5fe53ac383fda9cf3afb96b30f (patch)
treea47c80e4d962d3f2202dbab41e2744c921fb8567 /libnm-core/nm-utils.h
parent03218e6d85e6654bd942b7531ba48b9d9535d55f (diff)
parent069cb5c3a525ebcc19cc2927964258acaca87b13 (diff)
Update upstream source from tag 'upstream/1.11.90'
Update to upstream version '1.11.90'
with Debian dir 13153fad72263d24704dca73c994fe8f7bfd3a28
Diffstat (limited to 'libnm-core/nm-utils.h')
-rw-r--r--libnm-core/nm-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libnm-core/nm-utils.h b/libnm-core/nm-utils.h
index 1f645a80..70245869 100644
--- a/libnm-core/nm-utils.h
+++ b/libnm-core/nm-utils.h
@@ -248,6 +248,11 @@ NMTCTfilter *nm_utils_tc_tfilter_from_str  (const char *str, GError **error);
 NM_AVAILABLE_IN_1_12
 char *nm_utils_tc_tfilter_to_str           (NMTCTfilter *tfilter, GError **error);
 
+/*****************************************************************************/
+
+NM_AVAILABLE_IN_1_12
+gint64 nm_utils_get_timestamp_msec         (void);
+
 G_END_DECLS
 
 #endif /* __NM_UTILS_H__ */