Commit 8721b2aa8ec82d872f627015af915e4711f85793
1 parent
7b883f63
Exists in
master
and in
1 other branch
Exporting the install location method.
Showing
2 changed files
with
8 additions
and
2 deletions
Show diff stats
client/src/include/ipc-client-internals.h
client/src/include/lib3270/ipc.h
... | ... | @@ -89,6 +89,14 @@ |
89 | 89 | TN3270_PUBLIC const char * getRevision(); |
90 | 90 | |
91 | 91 | /** |
92 | + * @brief Get protocol library install location. | |
93 | + * | |
94 | + * @return The installation path of the tn3270 protocol library. | |
95 | + * | |
96 | + */ | |
97 | + TN3270_PUBLIC std::string getInstallLocation(); | |
98 | + | |
99 | + /** | |
92 | 100 | * @brief Get list of attributes. |
93 | 101 | * |
94 | 102 | */ | ... | ... |