mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:33:32 +03:00
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:
parent
ec691ca34b
commit
f871de0064
322 changed files with 1346 additions and 1271 deletions
|
|
@ -21,7 +21,7 @@
|
|||
***************************************************************************/
|
||||
#include "curlcheck.h"
|
||||
|
||||
#include "llist.h"
|
||||
#include "curl_llist.h"
|
||||
|
||||
static struct curl_llist *llist;
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ) {}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
***************************************************************************/
|
||||
#include "curlcheck.h"
|
||||
|
||||
#include "netrc.h"
|
||||
#include "curl_netrc.h"
|
||||
|
||||
static char login[LOGINSIZE];
|
||||
static char password[PASSWORDSIZE];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
***************************************************************************/
|
||||
#include "curlcheck.h"
|
||||
|
||||
#include "splay.h"
|
||||
#include "curl_splay.h"
|
||||
|
||||
|
||||
static CURLcode unit_setup(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue