summary refs log tree commit diff
path: root/src/core/dns/nm-dns-plugin.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
commit2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (patch)
treee2222f5577115985dd52044d2991253403cdd952 /src/core/dns/nm-dns-plugin.h
parent88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff)
New upstream version 1.35.91 upstream/1.35.91
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);