diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-12-20 12:33:59 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-12-20 12:33:59 +0200 |
commit | c8fc06c7b6d78c83c50f96a0084f670c5670ef8b (patch) | |
tree | cb200f15b8038462a38c0051c34408d65de36f00 /src/common/util.h | |
parent | Merge pull request #4927 (diff) | |
parent | MMS (Multisig Messaging System): Initial version (diff) | |
download | monero-c8fc06c7b6d78c83c50f96a0084f670c5670ef8b.tar.xz |
Merge pull request #4849
1ebcd7b9 MMS (Multisig Messaging System): Initial version (rbrunner7)
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index 1c5c5f4e7..d5aca15d1 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -242,4 +242,6 @@ namespace tools #endif void closefrom(int fd); + + std::string get_human_readable_timestamp(uint64_t ts); } |