diff options
author | deva <deva> | 2010-01-18 14:27:41 +0000 |
---|---|---|
committer | deva <deva> | 2010-01-18 14:27:41 +0000 |
commit | c96a2e557f0a9322c9369a06041e894cc2f11e93 (patch) | |
tree | 090048d431aa41b26de0332f120d48c8225c4abf /server/src/configuration.h | |
parent | 2f38783e005e43efd66727371fb0607ca9dfee29 (diff) |
Make use of libartefact. Not yet tested...
Diffstat (limited to 'server/src/configuration.h')
-rw-r--r-- | server/src/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/configuration.h b/server/src/configuration.h index 4b5cf09..d077806 100644 --- a/server/src/configuration.h +++ b/server/src/configuration.h @@ -47,6 +47,7 @@ namespace Conf { extern std::string artefact_addr; extern port_t artefact_port; + extern bool artefact_use_ssl; extern int artefact_poolsize; |