summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux/nm-time-utils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-18 13:22:52 +0200
committerThomas Haller <thaller@redhat.com>2019-05-22 20:04:08 +0200
commit2946d0708565734c2b7c5ecce0be4733640fc945 (patch)
tree76ea43560d8c2d47eba42ab26a9e7b86df683822 /shared/nm-glib-aux/nm-time-utils.h
parent4c78434a0bf5a7fbf8ceafb0d07440f3fc7a2b71 (diff)
downloadNetworkManager-2946d0708565734c2b7c5ecce0be4733640fc945.tar.gz
shared: implement _nm_utils_monotonic_timestamp_initialized() in "nm-logging-stub.c"
Diffstat (limited to 'shared/nm-glib-aux/nm-time-utils.h')
-rw-r--r--shared/nm-glib-aux/nm-time-utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/shared/nm-glib-aux/nm-time-utils.h b/shared/nm-glib-aux/nm-time-utils.h
index 7e4f4f25f7..9468cbc985 100644
--- a/shared/nm-glib-aux/nm-time-utils.h
+++ b/shared/nm-glib-aux/nm-time-utils.h
@@ -34,12 +34,4 @@ nm_utils_get_monotonic_timestamp_ns_cached (gint64 *cache_now)
?: (*cache_now = nm_utils_get_monotonic_timestamp_ns ());
}
-struct timespec;
-
-/* this function must be implemented to handle the notification when
- * the first monotonic-timestamp is fetched. */
-extern void _nm_utils_monotonic_timestamp_initialized (const struct timespec *tp,
- gint64 offset_sec,
- gboolean is_boottime);
-
#endif /* __NM_TIME_UTILS_H__ */