diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:10 +0200 |
| commit | 069cb5c3a525ebcc19cc2927964258acaca87b13 (patch) | |
| tree | 66ac6b21a44d630c0fc281c0df327239d491226a /src/nm-core-utils.h | |
| parent | 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 (diff) | |
New upstream version 1.11.90 upstream/1.11.90
Diffstat (limited to 'src/nm-core-utils.h')
| -rw-r--r-- | src/nm-core-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-core-utils.h b/src/nm-core-utils.h index 7f406d21..08530400 100644 --- a/src/nm-core-utils.h +++ b/src/nm-core-utils.h @@ -285,6 +285,7 @@ gboolean nm_utils_machine_id_parse (const char *id_str, /*uuid_t*/ guchar *out_u gboolean nm_utils_secret_key_get (const guint8 **out_secret_key, gsize *out_key_len); +gint64 nm_utils_secret_key_get_timestamp (void); const char *nm_utils_get_boot_id (void); |