summaryrefslogtreecommitdiffstats
path: root/src/wol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wol.h')
-rw-r--r--src/wol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wol.h b/src/wol.h
index c15cf3a..8682520 100644
--- a/src/wol.h
+++ b/src/wol.h
@@ -12,6 +12,7 @@ struct wol_msg {
char macbin[OG_WOL_REPEAT][OG_WOL_MACADDR_LEN];
};
+int wol_socket_open(void);
bool wake_up_send(int sd, struct sockaddr_in *client,
const struct wol_msg *msg, const struct in_addr *addr);
bool wake_up_broadcast(int sd, struct sockaddr_in *client,