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:
Robert Love
2006-03-08 18:33:44 +00:00
committed by Robert Love
parent 3cd851ed51
commit 32daa1d99a
11 changed files with 72 additions and 10 deletions

View File

@@ -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);