diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-24 12:57:18 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-29 17:19:20 +0200 |
commit | a3af24d94a5a0881169e00cf7d02cdcd5bf6bfc7 (patch) | |
tree | 76a66422ea54f1305c7d440ed92bddf60acf21cf /src/ogAdmServer.h | |
parent | 7f8d874338fbafb35e7b79d17f224da8b918bebb (diff) |
src: replace old function to update image information
replace old legacy code, no functional changes are intended.
Diffstat (limited to 'src/ogAdmServer.h')
-rw-r--r-- | src/ogAdmServer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ogAdmServer.h b/src/ogAdmServer.h index 59c7ea1..2b7a93d 100644 --- a/src/ogAdmServer.h +++ b/src/ogAdmServer.h @@ -23,7 +23,6 @@ struct og_dbi; bool actualizaConfiguracion(struct og_dbi *,char* ,int); -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); bool actualizaSoftware(struct og_dbi *, char* , char* , char*,char*,char*); |