summaryrefslogtreecommitdiffstats
path: root/src/ogAdmServer.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2021-12-22 16:38:29 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-12-22 17:30:04 +0100
commit216986e8481c81cd81a14138f5f7076c495bb2b4 (patch)
tree0bf932c58da291bc838d59ab466b1922efda4f2d /src/ogAdmServer.h
parent6e709160050187f631d622566e19bec77888bd49 (diff)
#915 consolidate WoL sender function
This patch aims simplifies the WoL sender routine. A few related changes: - Replace goto err to continue if IP address is malformed - Use ret |= instead of ret &= to accumulate error code.
Diffstat (limited to 'src/ogAdmServer.h')
-rw-r--r--src/ogAdmServer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ogAdmServer.h b/src/ogAdmServer.h
index 0768561..59c7ea1 100644
--- a/src/ogAdmServer.h
+++ b/src/ogAdmServer.h
@@ -23,7 +23,6 @@
struct og_dbi;
bool actualizaConfiguracion(struct og_dbi *,char* ,int);
-bool WakeUp(int, const char *, const char *, const char *, const char *);
bool actualizaCreacionImagen(struct og_dbi *,char*,char*,char*,char*,char*,char*);
bool actualizaHardware(struct og_dbi *dbi, char* ,char*,char*,char*);
bool cuestionPerfilHardware(struct og_dbi *dbi,char*,char*,int,char*,char*,int *,int);