diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-04-18 11:16:08 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | f632d0d3aaa0cf06bb660d5574b19a1120f43303 (patch) | |
tree | 8f26c466ba917ec4e19af727eefc7f6354c55fa3 /mod/mod-ci-github-gh.hxx | |
parent | b691b1c5760333e728ca3ddbea856410af05008f (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r-- | mod/mod-ci-github-gh.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx index 3898afd..0e4cf4e 100644 --- a/mod/mod-ci-github-gh.hxx +++ b/mod/mod-ci-github-gh.hxx @@ -138,6 +138,12 @@ namespace brep gh_installation_access_token () = default; }; + string + gh_to_iso8601 (timestamp); + + timestamp + gh_from_iso8601 (const string&); + ostream& operator<< (ostream&, const gh_check_suite&); @@ -155,12 +161,6 @@ namespace brep ostream& operator<< (ostream&, const gh_installation_access_token&); - - string - to_iso8601 (timestamp); - - timestamp - from_iso8601 (const string&); } #endif // MOD_MOD_CI_GITHUB_GH_HXX |