about summary refs log tree commit diff
path: root/src/core/nm-checkpoint.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:24:33 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:24:33 +0100
commit95864d59ac5530f59fe277580cc13f44b6de5b64 (patch)
tree617239c0147c38efedf639d325cd56e8c7fb8be9 /src/core/nm-checkpoint.h
parent1628eda029ba4dede8d4d45572c6b60367882436 (diff)
parent2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (diff)
Update upstream source from tag 'upstream/1.35.91'
Update to upstream version '1.35.91'
with Debian dir d8c1bf4c615814324dba64d19fe27402339c67f5
Diffstat (limited to 'src/core/nm-checkpoint.h')
-rw-r--r--src/core/nm-checkpoint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nm-checkpoint.h b/src/core/nm-checkpoint.h
index 28c936fa..db33b6e7 100644
--- a/src/core/nm-checkpoint.h
+++ b/src/core/nm-checkpoint.h
@@ -34,8 +34,8 @@ typedef struct _NMCheckpointClass NMCheckpointClass;
 
 GType nm_checkpoint_get_type(void);
 
-NMCheckpoint *nm_checkpoint_new(NMManager *             manager,
-                                GPtrArray *             devices,
+NMCheckpoint *nm_checkpoint_new(NMManager              *manager,
+                                GPtrArray              *devices,
                                 guint32                 rollback_timeout,
                                 NMCheckpointCreateFlags flags);
 
@@ -43,7 +43,7 @@ typedef void (*NMCheckpointTimeoutCallback)(NMCheckpoint *self, gpointer user_da
 
 void nm_checkpoint_log_destroy(NMCheckpoint *self);
 
-void nm_checkpoint_set_timeout_callback(NMCheckpoint *              self,
+void nm_checkpoint_set_timeout_callback(NMCheckpoint               *self,
                                         NMCheckpointTimeoutCallback callback,
                                         gpointer                    user_data);