2006-03-06 Robert Love <rml@novell.com>
* src/NetworkManagerSystem.h, src/nm-device.c, NetworkManagerDebian.c, NetworkManagerRedHat.c, NetworkManagerGentoo.c, NetworkManagerSlackware.c: Pass nm_system_device_get_system_config() a second argument, NMData. * src/nm-ap-security.h, src/nm-ap-security.c: Export nm_ap_security_new. * src/backends/NetworkManagerSuSE.c: Add wireless networks from ifcfg-* config files as trusted. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1564 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "nm-ip4-config.h"
|
||||
#include "nm-named-manager.h"
|
||||
|
||||
struct NMData;
|
||||
|
||||
/* Prototypes for system/distribution dependent functions,
|
||||
* implemented in the backend files in backends/ directory
|
||||
@@ -58,7 +59,7 @@ void nm_system_update_dns (void);
|
||||
void nm_system_restart_mdns_responder (void);
|
||||
void nm_system_device_add_ip6_link_address (NMDevice *dev);
|
||||
|
||||
void * nm_system_device_get_system_config (NMDevice *dev);
|
||||
void * nm_system_device_get_system_config (NMDevice *dev, struct NMData *data);
|
||||
void nm_system_device_free_system_config (NMDevice *dev, void *system_config_data);
|
||||
NMIP4Config * nm_system_device_new_ip4_system_config (NMDevice *dev);
|
||||
|
||||
|
Reference in New Issue
Block a user