summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-22 23:29:44 +0000
committerRyan Bloom <rbb@apache.org>2000-07-22 23:29:44 +0000
commit0d284149e904ae7f8b9fa8d727b1490bc7296b99 (patch)
treeb1be714c8e04ea7ec427358e88c4bf7c232921c3 /include/apr_dso.h
parent2391cb9251eaa3adfd6f3e5f2568f53834ea4052 (diff)
downloadapr-0d284149e904ae7f8b9fa8d727b1490bc7296b99.tar.gz
Remove a keyword that isn't working properly.
git-svn-id: https://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);