diff options
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 2d5b82ac5..785fff137 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -179,11 +179,14 @@ public: void write () const; + std::string crypt_chain_directory () const; + static Config* instance (); private: Config (); - std::string file () const; + std::string read_file () const; + std::string write_file () const; /** number of threads to use for J2K encoding on the local machine */ int _num_local_encoding_threads; |
