mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
This commit is contained in:
parent
434bc13812
commit
bbafb2eb27
48 changed files with 295 additions and 271 deletions
|
|
@ -134,11 +134,10 @@
|
|||
#ifdef HAVE_KRB4
|
||||
#include "security.h"
|
||||
#endif
|
||||
#include "memory.h"
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef CURLDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
/* Local static prototypes */
|
||||
static int ConnectionKillOne(struct SessionHandle *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue