summary refs log tree commit diff
path: root/src/ppp/nm-ppp-manager-call.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppp/nm-ppp-manager-call.h')
-rw-r--r--src/ppp/nm-ppp-manager-call.h37
1 files changed, 18 insertions, 19 deletions
diff --git a/src/ppp/nm-ppp-manager-call.h b/src/ppp/nm-ppp-manager-call.h
index 96fb6483..d17419ba 100644
--- a/src/ppp/nm-ppp-manager-call.h
+++ b/src/ppp/nm-ppp-manager-call.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2016 Red Hat, Inc.
  */
@@ -8,27 +8,26 @@
 
 #include "nm-ppp-manager.h"
 
-NMPPPManager *      nm_ppp_manager_create      (const char *iface,
-                                                GError **error);
+NMPPPManager *nm_ppp_manager_create(const char *iface, GError **error);
 
-void                nm_ppp_manager_set_route_parameters (NMPPPManager *ppp_manager,
-                                                         guint32 ip4_route_table,
-                                                         guint32 ip4_route_metric,
-                                                         guint32 ip6_route_table,
-                                                         guint32 ip6_route_metric);
+void nm_ppp_manager_set_route_parameters(NMPPPManager *ppp_manager,
+                                         guint32       ip4_route_table,
+                                         guint32       ip4_route_metric,
+                                         guint32       ip6_route_table,
+                                         guint32       ip6_route_metric);
 
-gboolean            nm_ppp_manager_start       (NMPPPManager *self,
-                                                NMActRequest *req,
-                                                const char *ppp_name,
-                                                guint32 timeout_secs,
-                                                guint baud_override,
-                                                GError **error);
+gboolean nm_ppp_manager_start(NMPPPManager *self,
+                              NMActRequest *req,
+                              const char *  ppp_name,
+                              guint32       timeout_secs,
+                              guint         baud_override,
+                              GError **     error);
 
-NMPPPManagerStopHandle *nm_ppp_manager_stop (NMPPPManager *self,
-                                             GCancellable *cancellable,
-                                             NMPPPManagerStopCallback callback,
-                                             gpointer user_data);
+NMPPPManagerStopHandle *nm_ppp_manager_stop(NMPPPManager *           self,
+                                            GCancellable *           cancellable,
+                                            NMPPPManagerStopCallback callback,
+                                            gpointer                 user_data);
 
-void nm_ppp_manager_stop_cancel (NMPPPManagerStopHandle *handle);
+void nm_ppp_manager_stop_cancel(NMPPPManagerStopHandle *handle);
 
 #endif /* __NM_PPP_MANAGER_CALL_H__ */