mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-22 15:00:07 +01:00
trivial: remove a stray prototype
libnm/nm-device-bridge.h had a prototype for nm_device_bridge_new(), which doesn't exist.
This commit is contained in:
parent
4b9dc30988
commit
d168363aa2
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@ typedef struct {
|
||||||
|
|
||||||
GType nm_device_bridge_get_type (void);
|
GType nm_device_bridge_get_type (void);
|
||||||
|
|
||||||
GObject * nm_device_bridge_new (DBusGConnection *connection, const char *path);
|
|
||||||
|
|
||||||
const char *nm_device_bridge_get_hw_address (NMDeviceBridge *device);
|
const char *nm_device_bridge_get_hw_address (NMDeviceBridge *device);
|
||||||
gboolean nm_device_bridge_get_carrier (NMDeviceBridge *device);
|
gboolean nm_device_bridge_get_carrier (NMDeviceBridge *device);
|
||||||
const GPtrArray *nm_device_bridge_get_slaves (NMDeviceBridge *device);
|
const GPtrArray *nm_device_bridge_get_slaves (NMDeviceBridge *device);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue