2004-10-21 Dan Williams <dcbw@redhat.com>
* NetworkManager.h - New file, now contains commonly used structures and bits for the dbus API of NetworkManager * Makefile.am - Deliver NetworkManager.h to ${includedir}/NetworkManager * src/NetworkManager.h - Rename -> src/NetworkManagerMain.c * Various fixups all around to use NetworkManager.h and new src/NetworkManagerMain.h, remove redundant bits that got moved into NetworkManager.h * src/NetworkManagerDevice.[ch] src/NetworkManagerUtils.[ch] src/NetworkManagerPolicy.c src/NetworkManagerDbus.c - Whitelist wireless drivers, and blacklist some wired drivers. Also blacklist cipsec and ethernet-over-usb devices at this time (RH #135722, RH #135648) - Don't leak unsupported devices out over dbus, or allow them to be set as the active device. Skip over them during automatic device picking * test/nmclienttest.c - Clean up the dbus code a lot git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@261 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -29,19 +29,23 @@
|
||||
#include <iwlib.h>
|
||||
|
||||
#include "NetworkManager.h"
|
||||
#include "NetworkManagerMain.h"
|
||||
#include "NetworkManagerDevice.h"
|
||||
|
||||
gboolean nm_try_acquire_mutex (GMutex *mutex, const char *func);
|
||||
void nm_unlock_mutex (GMutex *mutex, const char *func);
|
||||
|
||||
int nm_null_safe_strcmp (const char *s1, const char *s2);
|
||||
gboolean nm_try_acquire_mutex (GMutex *mutex, const char *func);
|
||||
void nm_unlock_mutex (GMutex *mutex, const char *func);
|
||||
|
||||
int nm_get_network_control_socket (void);
|
||||
int nm_null_safe_strcmp (const char *s1, const char *s2);
|
||||
|
||||
gboolean nm_ethernet_address_is_valid (struct ether_addr *test_addr);
|
||||
int nm_get_network_control_socket (void);
|
||||
|
||||
void nm_dispose_scan_results (wireless_scan *result_list);
|
||||
gboolean nm_ethernet_address_is_valid (struct ether_addr *test_addr);
|
||||
|
||||
int nm_spawn_process (char *args);
|
||||
void nm_dispose_scan_results (wireless_scan *result_list);
|
||||
|
||||
int nm_spawn_process (char *args);
|
||||
|
||||
NMDriverSupportLevel nm_get_driver_support_level (LibHalContext *ctx, NMDevice *dev);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user