build: make use of 76 lib/*.h renamed files

76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.
This commit is contained in:
Yang Tse 2012-12-28 12:40:20 +01:00
parent ec691ca34b
commit f871de0064
322 changed files with 1346 additions and 1271 deletions

View file

@ -21,7 +21,7 @@
***************************************************************************/
#include "curlcheck.h"
#include "llist.h"
#include "curl_llist.h"
static struct curl_llist *llist;

View file

@ -21,7 +21,7 @@
***************************************************************************/
#include "curlcheck.h"
#include "strequal.h"
#include "curl_strequal.h"
static CURLcode unit_setup( void ) {return CURLE_OK;}
static void unit_stop( void ) {}

View file

@ -21,10 +21,10 @@
***************************************************************************/
#include "curlcheck.h"
#include "urldata.h"
#include "url.h" /* for Curl_safefree */
#include "curl_urldata.h"
#include "curl_url.h"
#include "curl_base64.h"
#include "memdebug.h" /* LAST include file */
#include "curl_memdebug.h" /* LAST include file */
static struct SessionHandle *data;

View file

@ -21,9 +21,9 @@
***************************************************************************/
#include "curlcheck.h"
#include "urldata.h"
#include "connect.h"
#include "memdebug.h" /* LAST include file */
#include "curl_urldata.h"
#include "curl_connect.h"
#include "curl_memdebug.h" /* LAST include file */
static struct SessionHandle *data;

View file

@ -21,7 +21,7 @@
***************************************************************************/
#include "curlcheck.h"
#include "netrc.h"
#include "curl_netrc.h"
static char login[LOGINSIZE];
static char password[PASSWORDSIZE];

View file

@ -34,11 +34,11 @@
#define ENABLE_CURLX_PRINTF
#include "curlx.h"
#include "hash.h"
#include "hostip.h"
#include "curl_hash.h"
#include "curl_hostip.h"
#include "curl_memory.h"
#include "memdebug.h" /* LAST include file */
#include "curl_memdebug.h" /* LAST include file */
static struct SessionHandle *data;
static struct curl_hash *hp;

View file

@ -21,7 +21,7 @@
***************************************************************************/
#include "curlcheck.h"
#include "splay.h"
#include "curl_splay.h"
static CURLcode unit_setup(void)