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.5 by gbeauche, 2005-03-19T19:01:49Z vs.
Revision 1.6 by gbeauche, 2006-04-23T15:20:31Z

# Line 43 | Line 43 | class mutex_t {
43      void unlock()       { LeaveCriticalSection(&cs); }
44   };
45  
46 + // Network control panel helpers
47 + extern const char *ether_name_to_guid(const char *name);
48 + extern const char *ether_guid_to_name(const char *guid);
49 +
50   #endif // _UTIL_WINDOWS_H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines