mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
trivial: fix some prototypes
This commit is contained in:
parent
32b67cd1be
commit
63d486b4de
1 changed files with 2 additions and 2 deletions
|
|
@ -1412,7 +1412,7 @@ nm_device_master_release_slaves (NMDevice *self, gboolean failed)
|
|||
* Notifies a slave that either it has been enslaved, or else its master tried
|
||||
* to enslave it and failed.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
nm_device_slave_notify_enslave (NMDevice *dev, gboolean success)
|
||||
{
|
||||
NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (dev);
|
||||
|
|
@ -1452,7 +1452,7 @@ nm_device_slave_notify_enslave (NMDevice *dev, gboolean success)
|
|||
* Notifies a slave that it has been released, and whether this was expected
|
||||
* or not.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
nm_device_slave_notify_release (NMDevice *dev, gboolean master_failed)
|
||||
{
|
||||
NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (dev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue