2005-08-16 Robert Love <rml@novell.com>
Patch from j@bootlab.org * src/backends/NetworkManagerDebian.c, src/backends/interface_parser.c, src/backends/interface_parser.h: Debian dialup support. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@851 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -162,6 +162,11 @@ void ifparser_destroy()
|
||||
first = last = NULL;
|
||||
}
|
||||
|
||||
if_block *ifparser_getfirst()
|
||||
{
|
||||
return first;
|
||||
}
|
||||
|
||||
if_block *ifparser_getif(const char* iface)
|
||||
{
|
||||
if_block *curr = first;
|
||||
|
Reference in New Issue
Block a user