about summary refs log tree commit diff
path: root/src/core/dns/nm-dns-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dns/nm-dns-plugin.h')
-rw-r--r--src/core/dns/nm-dns-plugin.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/dns/nm-dns-plugin.h b/src/core/dns/nm-dns-plugin.h
index 82ca7d6b..bc854cce 100644
--- a/src/core/dns/nm-dns-plugin.h
+++ b/src/core/dns/nm-dns-plugin.h
@@ -31,11 +31,11 @@ typedef struct {
      * 'global_config' is the optional global DNS
      * configuration.
      */
-    gboolean (*update)(NMDnsPlugin *            self,
+    gboolean (*update)(NMDnsPlugin             *self,
                        const NMGlobalDnsConfig *global_config,
-                       const CList *            ip_config_lst_head,
-                       const char *             hostname,
-                       GError **                error);
+                       const CList             *ip_config_lst_head,
+                       const char              *hostname,
+                       GError                 **error);
 
     void (*stop)(NMDnsPlugin *self);
 
@@ -55,11 +55,11 @@ gboolean nm_dns_plugin_is_caching(NMDnsPlugin *self);
 
 const char *nm_dns_plugin_get_name(NMDnsPlugin *self);
 
-gboolean nm_dns_plugin_update(NMDnsPlugin *            self,
+gboolean nm_dns_plugin_update(NMDnsPlugin             *self,
                               const NMGlobalDnsConfig *global_config,
-                              const CList *            ip_config_lst_head,
-                              const char *             hostname,
-                              GError **                error);
+                              const CList             *ip_config_lst_head,
+                              const char              *hostname,
+                              GError                 **error);
 
 void nm_dns_plugin_stop(NMDnsPlugin *self);