summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-05-23 14:15:53 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-05-23 14:15:53 +0000
commit6b129278131fee012b17df123a3c05a67175d47e (patch)
treed225c2777683baa738ea75c4b4b204b571359a92 /apr.dsp
parent2a885e72baea21bc19466a86430ca995ab91a8ae (diff)
downloadlibapr-6b129278131fee012b17df123a3c05a67175d47e.tar.gz
Add apr_strtok(), a thread-safe flavor of strtok() which has the
same interface as strtok_r(). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/apr.dsp b/apr.dsp
index f8977f7e3..ff499ce85 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -127,6 +127,10 @@ SOURCE=.\strings\apr_strings.c
SOURCE=.\strings\apr_strnatcmp.c
# End Source File
+# Begin Source File
+
+SOURCE=.\strings\apr_strtok.c
+# End Source File
# End Group
# Begin Group "passwd"