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:
Robert Love
2005-08-16 17:16:40 +00:00
committed by Robert Love
parent fcce343152
commit 3bdab81126
4 changed files with 98 additions and 0 deletions

View File

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