summaryrefslogtreecommitdiff
path: root/nss-tool/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss-tool/common/util.h')
-rw-r--r--nss-tool/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss-tool/common/util.h b/nss-tool/common/util.h
index bc2e297a4..58fb05839 100644
--- a/nss-tool/common/util.h
+++ b/nss-tool/common/util.h
@@ -27,5 +27,6 @@ bool ChangeSlotPassword(void);
bool DBLoginIfNeeded(const ScopedPK11SlotInfo &slot);
std::string StringToHex(const ScopedSECItem &input);
std::vector<uint8_t> ReadInputData(std::string dataPath);
+std::istream &GetStreamFromFileOrStdin(std::string &path, std::ifstream &ifs);
#endif // util_h__