summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-22 23:29:44 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-22 23:29:44 +0000
commit15531eda22805259cac39fe5101d39c10b240f02 (patch)
treeb1be714c8e04ea7ec427358e88c4bf7c232921c3 /include/apr_dso.h
parentbaf3c3001d4147e58c2ca83f69f30ea928770057 (diff)
downloadlibapr-15531eda22805259cac39fe5101d39c10b240f02.tar.gz
Remove a keyword that isn't working properly.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_dso.h')
-rw-r--r--include/apr_dso.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index 3f8e7b1c6..bcd333b96 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -74,7 +74,6 @@ typedef void * ap_dso_handle_sym_t;
* @param res_handle Location to store new handle for the DSO.
* @param path Path to the DSO library
* @param ctx Pool to use.
- * @keyword load DSO
*/
ap_status_t ap_dso_load(ap_dso_handle_t **res_handle, const char *path,
ap_pool_t *ctx);