diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-17 21:30:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-17 21:30:26 +0000 |
commit | 760ca6adc41b33d9291542a2d3ce7ab00543e89f (patch) | |
tree | aa15c5ec655bcf08f278931437b225e6f1a89f04 | |
parent | ffb35ff5c397daae8e6681563f75dbb4e58bda00 (diff) |
added http_ntlm.[ch] and inet_pton.[ch], pointed out by Watz
-rw-r--r-- | lib/curllib.dsp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/curllib.dsp b/lib/curllib.dsp index 14a6bdfd3..7be35bf5a 100644 --- a/lib/curllib.dsp +++ b/lib/curllib.dsp @@ -387,6 +387,22 @@ SOURCE=.\http_digest.c # End Source File
# Begin Source File
+SOURCE=.\http_ntlm.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\http_ntlm.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\inet_pton.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\inet_pton.h
+# End Source File
+# Begin Source File
+
SOURCE=.\md5.c
# End Source File
# Begin Source File
|