diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-10-07 11:10:36 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-10-07 11:17:00 +0200 |
commit | fe1ce97c50e575201fe47d7587251e228edf8fdf (patch) | |
tree | 4656eeb2fe23e2ef1a148af1303cae329c449078 /src/ogAdmServer.h | |
parent | 3cea4bb763165d119a329a1c7f2c767857cdb384 (diff) |
#988 remove legacy configuration
Use og_server_cfg everywhere. Convert port to string to make it easy for the
dbi API since it expects a string. Remove legacy example configuration file.
Diffstat (limited to 'src/ogAdmServer.h')
-rw-r--r-- | src/ogAdmServer.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ogAdmServer.h b/src/ogAdmServer.h index 049c5e0..77e5683 100644 --- a/src/ogAdmServer.h +++ b/src/ogAdmServer.h @@ -20,18 +20,6 @@ #include <stdbool.h> #include "ogAdmLib.h" -extern char auth_token[4096]; -extern char usuario[4096]; -extern char pasguor[4096]; -extern char catalog[4096]; -extern char datasource[4096]; -extern char interface[4096]; -extern char api_token[4096]; -extern char servidoradm[4096]; -extern char puerto[4096]; -extern char db_port[4096]; - -struct og_client; struct og_dbi; bool actualizaConfiguracion(struct og_dbi *,char* ,int); |