diff options
author | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 1999-10-17 01:37:54 +0000 |
---|---|---|
committer | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 1999-10-17 01:37:54 +0000 |
commit | 4ccb4548abfcd5b25b61daab5e84317e6b3d32c6 (patch) | |
tree | 92f43fdf13e178f6b00dd52d432f8a9fd96b0768 | |
parent | ecf2e22ef0fc67326565aa620dee3e2625ebdbaa (diff) | |
download | libapr-4ccb4548abfcd5b25b61daab5e84317e6b3d32c6.tar.gz |
Add a couple of exports.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59359 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | aprlib.def | 2 | ||||
-rw-r--r-- | libapr.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/aprlib.def b/aprlib.def index 2b965ca92..3faa9678d 100644 --- a/aprlib.def +++ b/aprlib.def @@ -209,3 +209,5 @@ thread_ready @79 ap_vsnprintf @201 ap_getpass @202 ap_ungetc @203 + ap_tokenize_to_argv @204 + ap_filename_of_pathname @205 diff --git a/libapr.def b/libapr.def index 2b965ca92..3faa9678d 100644 --- a/libapr.def +++ b/libapr.def @@ -209,3 +209,5 @@ thread_ready @79 ap_vsnprintf @201 ap_getpass @202 ap_ungetc @203 + ap_tokenize_to_argv @204 + ap_filename_of_pathname @205 |