- Small fixes to graph algorithms

- More control over tap device, ability to set interface name to something
  other than the netname.
- Export NETNAME, DEVICE and INTERFACE environment variables to scripts.
This commit is contained in:
Guus Sliepen 2001-10-31 12:50:24 +00:00
parent 2165931c62
commit c0a3f67a5d
8 changed files with 96 additions and 51 deletions

View file

@ -17,9 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: graph.h,v 1.1.2.1 2001/10/29 13:14:57 guus Exp $
$Id: graph.h,v 1.1.2.2 2001/10/31 12:50:24 guus Exp $
*/
extern void mst_kruskal(void);
extern void mst_prim(void);
extern void sssp_bfs(void);
extern void sssp_bfs(int);