diff options
| author | Michael Biebl <biebl@debian.org> | 2018-05-11 22:08:45 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-05-11 22:08:45 +0200 |
| commit | ee9c73a923909e23a649407be77e25235d769e25 (patch) | |
| tree | e21c923621fa278e737da693df9eb60ea31a6067 /src/nm-auth-subject.h | |
| parent | f60117b41d5433be1b4a96d82cd11d0c3dce9b63 (diff) | |
New upstream version 1.10.8 upstream/1.10.8
Diffstat (limited to 'src/nm-auth-subject.h')
| -rw-r--r-- | src/nm-auth-subject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nm-auth-subject.h b/src/nm-auth-subject.h index a9921dbd..a0b6d14b 100644 --- a/src/nm-auth-subject.h +++ b/src/nm-auth-subject.h @@ -68,6 +68,10 @@ gulong nm_auth_subject_get_unix_process_uid (NMAuthSubject *subject); const char *nm_auth_subject_to_string (NMAuthSubject *self, char *buf, gsize buf_len); +#if WITH_POLKIT + GVariant * nm_auth_subject_unix_process_to_polkit_gvariant (NMAuthSubject *self); +#endif + #endif /* __NETWORKMANAGER_AUTH_SUBJECT_H__ */ |