Documented varint

This commit is contained in:
jebes 2014-09-11 10:14:05 -04:00
parent c085e9294f
commit a70bf86037
4 changed files with 82 additions and 42 deletions

View file

@ -47,7 +47,7 @@ using namespace epee;
namespace tools
{
std::function<void(void)> signal_handler::m_handler;
std::function<void(void)> signal_handler::m_handler;
#ifdef WIN32
std::string get_windows_version_display_string()