aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/exceptn.h
diff options
context:
space:
mode:
authorHannes Rantzsch <[email protected]>2019-04-29 11:20:31 +0200
committerHannes Rantzsch <[email protected]>2019-04-29 11:20:31 +0200
commit3be7818d5c366b887e4c61964ae87f6d52de0659 (patch)
tree03b2935a0e36565cfb3fa69126ba01adac0972be /src/lib/utils/exceptn.h
parent9b43c12e39105ccc8fb02a73f27ab807688b979c (diff)
review: unit tests and public api version
Diffstat (limited to 'src/lib/utils/exceptn.h')
-rw-r--r--src/lib/utils/exceptn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/utils/exceptn.h b/src/lib/utils/exceptn.h
index 801cacdb2..0ca888316 100644
--- a/src/lib/utils/exceptn.h
+++ b/src/lib/utils/exceptn.h
@@ -72,7 +72,8 @@ enum class ErrorType {
};
-std::string BOTAN_PUBLIC_API(2,0) to_string(ErrorType type);
+//! \brief Convert an ErrorType to string
+std::string BOTAN_PUBLIC_API(2,11) to_string(ErrorType type);
/**
* Base class for all exceptions thrown by the library