diff --git a/client/src/include/ipc-client-internals.h b/client/src/include/ipc-client-internals.h index ba011c4..e7ccbaa 100644 --- a/client/src/include/ipc-client-internals.h +++ b/client/src/include/ipc-client-internals.h @@ -127,8 +127,6 @@ #ifdef _WIN32 - /// @brief Get protocol library install location. - TN3270_PRIVATE std::string getInstallLocation(); TN3270_PRIVATE std::string getUserName(); #endif // _WIN32 diff --git a/client/src/include/lib3270/ipc.h b/client/src/include/lib3270/ipc.h index 7b66dc3..c070bc7 100644 --- a/client/src/include/lib3270/ipc.h +++ b/client/src/include/lib3270/ipc.h @@ -89,6 +89,14 @@ TN3270_PUBLIC const char * getRevision(); /** + * @brief Get protocol library install location. + * + * @return The installation path of the tn3270 protocol library. + * + */ + TN3270_PUBLIC std::string getInstallLocation(); + + /** * @brief Get list of attributes. * */ -- libgit2 0.21.2