summaryrefslogtreecommitdiff
path: root/include/apr_lib.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-10-13 18:07:23 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-10-13 18:07:23 +0000
commit2264d8e4f6e251c380dea254994303d9bbc052bc (patch)
tree8e89d101567d4ebca67174c10478b9f7d4c404d3 /include/apr_lib.h
parent285f0c5a159559fd5760f30353bbaf3b2ec8b11b (diff)
downloadlibapr-2264d8e4f6e251c380dea254994303d9bbc052bc.tar.gz
Move filename_of_pathname down to APR. I have put an ap_ at the beginning
to protect namespace. This is "distilled" from http_main.c Submitted by: Ben Hyde git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_lib.h')
-rw-r--r--include/apr_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_lib.h b/include/apr_lib.h
index ff71e6cc5..2de80bc16 100644
--- a/include/apr_lib.h
+++ b/include/apr_lib.h
@@ -166,6 +166,7 @@ enum kill_conditions {
API_EXPORT(char *) ap_cpystrn(char *d, const char *s, size_t l);
API_EXPORT(int) ap_tokenize_to_argv(ap_context_t *token_context,
char *arg_str, char ***argv_out);
+API_EXPORT(const char *) ap_filename_of_pathname(const char *pathname);
/*API_EXPORT(ap_mutex_t *) ap_create_mutex(void *m);*/
API_EXPORT(int) ap_slack(int l, int h);
API_EXPORT_NONSTD(int) ap_execle(const char *c, const char *a, ...);