[Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca>

This commit is contained in:
Michael Brown
2008-03-19 01:08:38 +00:00
parent af1c6b869c
commit 7067142fb4
13 changed files with 142 additions and 1199 deletions

12
contrib/wakeonlan/wol.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef _USR_WOL_H
#define _USR_WOL_H
/** @file
*
* Wakeon lan
*
*/
extern void wakeup_server(char *);
#endif /* _USR_WOL_H */