Skip to content

Commit

Permalink
Update src/scitokens_internal.h
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bbockelm and github-actions[bot] authored Oct 1, 2023
1 parent 1b2304e commit 3975509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scitokens_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class Configuration {
m_expiry_delta = _expiry_delta;
}
static int get_expiry_delta() { return m_expiry_delta; }
static std::pair<bool, std::string> set_cache_home(const std::string cache_home);
static std::pair<bool, std::string>
set_cache_home(const std::string cache_home);
static std::string get_cache_home();
static void set_tls_ca_file(const std::string ca_file);
static std::string get_tls_ca_file();
Expand Down

0 comments on commit 3975509

Please sign in to comment.