mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 15:20:11 +01:00
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:
parent
2bad787e27
commit
201f0318fa
2 changed files with 27 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
Patch from Colin Slater:
|
||||
|
|
|
|||
|
|
@ -514,3 +514,24 @@ gboolean nm_system_device_get_use_dhcp (NMDevice *dev)
|
|||
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue