about summary refs log tree commit diff
path: root/src/nm-auth-subject.h
diff options
context:
space:
mode:
authorIain Lane <iain@orangesquash.org.uk>2018-09-24 09:29:55 +0100
committerIain Lane <iain@orangesquash.org.uk>2018-09-24 09:29:55 +0100
commite152ec7bf4ba252ff9d3eb13eabd417b931dac9a (patch)
treec323cf856ee0bb8e44590670dd54c19653a55748 /src/nm-auth-subject.h
parentee9c73a923909e23a649407be77e25235d769e25 (diff)
Import Upstream version 1.12.2
Diffstat (limited to 'src/nm-auth-subject.h')
-rw-r--r--src/nm-auth-subject.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nm-auth-subject.h b/src/nm-auth-subject.h
index a0b6d14b..9267dfd4 100644
--- a/src/nm-auth-subject.h
+++ b/src/nm-auth-subject.h
@@ -49,29 +49,20 @@ NMAuthSubject *nm_auth_subject_new_unix_process_from_context (GDBusMethodInvocat
 
 NMAuthSubject *nm_auth_subject_new_unix_process_from_message (GDBusConnection *connection, GDBusMessage *message);
 
-
 NMAuthSubjectType nm_auth_subject_get_subject_type (NMAuthSubject *subject);
 
-
 gboolean nm_auth_subject_is_internal (NMAuthSubject *subject);
 
-
 gboolean nm_auth_subject_is_unix_process (NMAuthSubject *subject);
 
 gulong nm_auth_subject_get_unix_process_pid (NMAuthSubject *subject);
 
 const char *nm_auth_subject_get_unix_process_dbus_sender (NMAuthSubject *subject);
 
-
 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__ */