2005-08-08 Dan Williams <dcbw@redhat.com>

Patch from Steev <steev@steev.net>:
	* src/backends/NetworkManagerGentoo.c
		- Stub new dialup backend functions


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@828 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2005-08-08 15:13:47 +00:00
parent 2bad787e27
commit 201f0318fa
2 changed files with 27 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2005-08-08 Dan Williams <dcbw@redhat.com>
Patch from Steev <steev@steev.net>:
* src/backends/NetworkManagerGentoo.c
- Stub new dialup backend functions
2005-08-08 Dan Williams <dcbw@redhat.com> 2005-08-08 Dan Williams <dcbw@redhat.com>
Patch from Colin Slater: Patch from Colin Slater:

View File

@@ -514,3 +514,24 @@ gboolean nm_system_device_get_use_dhcp (NMDevice *dev)
return TRUE; return TRUE;
} }
void nm_system_deactivate_all_dialup (GSList *list)
{
}
gboolean nm_system_activate_dialup (GSList *list, const char *dialup)
{
return FALSE;
}
/*
* nm_system_get_dialup_config
*
* Enumerate dial up options on this system, allocate NMDialUpConfig's,
* fill them out, and return.
*
*/
GSList * nm_system_get_dialup_config (void)
{
return NULL;
}