summaryrefslogtreecommitdiffstats
path: root/src/include/kim/kim_string.h
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-09-25 06:27:21 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-09-25 06:27:21 +0000
commita39deb8be39976bf9b846f091114a085c9205414 (patch)
tree72e5f130c235340870eac633c7090c472b880ee6 /src/include/kim/kim_string.h
parent27b9fecf38319efcce64761ab678d04c302300f2 (diff)
downloadkrb5-a39deb8be39976bf9b846f091114a085c9205414.tar.gz
krb5-a39deb8be39976bf9b846f091114a085c9205414.tar.xz
krb5-a39deb8be39976bf9b846f091114a085c9205414.zip
Removed prototype with no implementation
ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20750 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kim/kim_string.h')
-rw-r--r--src/include/kim/kim_string.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/kim/kim_string.h b/src/include/kim/kim_string.h
index bc4f647e8..dfd220ffe 100644
--- a/src/include/kim/kim_string.h
+++ b/src/include/kim/kim_string.h
@@ -69,19 +69,6 @@ extern "C" {
*/
/*!
- * \param out_string on exit, a human-readable UTF-8 string describing the
- * error represented by \a in_error. Must be freed with
- * kim_string_free().
- * \param in_error an error code.
- * \return On success, #KIM_NO_ERROR. On failure,
- * \note If the caller needs an error string, this API should be called
- * immediately after a KIM API returns an error.
- * \brief Get a text description of an error.
- */
-kim_error kim_string_create_for_error (kim_string *out_string,
- kim_error in_error);
-
-/*!
* \param out_string On success, a human-readable UTF-8 string describing the
* error representedby \a in_error. Must be freed with
* kim_string_free().