NTLM: END of refactoring/splitting/moving

First:

File curl_ntlm.h renamed curl_ntlm_msgs.h
File curl_ntlm.c renamed curl_ntlm_msgs.c

Afterwards:

File http_ntlm.c renamed curl_ntlm.c
File http_ntlm.h renamed curl_ntlm.h
This commit is contained in:
Yang Tse
2011-08-28 02:00:02 +02:00
parent 135f694058
commit 662c1d87f3
13 changed files with 1339 additions and 1339 deletions

View File

@@ -119,7 +119,7 @@ int curl_win32_idn_to_ascii(const char *in, char **out);
#include "url.h"
#include "connect.h"
#include "inet_ntop.h"
#include "http_ntlm.h"
#include "curl_ntlm.h"
#include "socks.h"
#include "curl_rtmp.h"
#include "gopher.h"