mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
13 lines
134 B
C
13 lines
134 B
C
|
#ifndef _USR_WOL_H
|
||
|
#define _USR_WOL_H
|
||
|
|
||
|
/** @file
|
||
|
*
|
||
|
* Wakeon lan
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
extern void wakeup_server(char *);
|
||
|
|
||
|
#endif /* _USR_WOL_H */
|