Add i3ipc::get_version()

This commit is contained in:
Sergey Naumov
2016-09-08 18:45:30 +03:00
parent 20ef07959f
commit 21680fd172
3 changed files with 27 additions and 0 deletions

View File

@@ -342,6 +342,12 @@ private:
const std::string m_socket_path;
};
/**
* Get version of i3ipc++
* @return the version of i3ipc++
*/
const version_t& get_version();
}
/**