ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/util_windows.h
(Generate patch)

Comparing BasiliskII/src/Windows/util_windows.h (file contents):
Revision 1.6 by gbeauche, 2006-04-23T15:20:31Z vs.
Revision 1.8 by gbeauche, 2008-01-01T09:40:34Z

# Line 1 | Line 1
1   /*
2   *  util_windows.h - Miscellaneous utilities for Win32
3   *
4 < *  Basilisk II (C) 1997-2005 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
5   *
6   *  Windows platform specific code copyright (C) Lauri Pesonen
7   *
# Line 47 | Line 47 | class mutex_t {
47   extern const char *ether_name_to_guid(const char *name);
48   extern const char *ether_guid_to_name(const char *guid);
49  
50 + // Get TAP-Win32 devices (caller free()s returned buffer)
51 + extern const char *ether_tap_devices(void);
52 +
53   #endif // _UTIL_WINDOWS_H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines