diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-25 10:46:46 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-26 14:55:23 +0200 |
commit | 866b6c5e3766f65719f730ac4dac11b221a6692a (patch) | |
tree | 156e77509f6edaf2178e31e01987f367cc6d9c7f /sources/rest.h | |
parent | c0f5d2c2068968822c2d1d397bf84447ae2e5642 (diff) |
#988 add json configuration file
New configuration file at /opt/opengnsys/cfg/ogserver.json
Diffstat (limited to 'sources/rest.h')
-rw-r--r-- | sources/rest.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/rest.h b/sources/rest.h index c0c26d5..4f2347f 100644 --- a/sources/rest.h +++ b/sources/rest.h @@ -94,6 +94,4 @@ struct og_cmd { const struct og_cmd *og_cmd_find(const char *client_ip); void og_cmd_free(const struct og_cmd *cmd); -extern char auth_token[LONPRM]; - #endif |