include "memdebug.h"

This commit is contained in:
Yang Tse 2008-09-20 04:26:55 +00:00
parent 19bc92289d
commit 7beb473a3d
45 changed files with 78 additions and 3 deletions

View file

@ -11,9 +11,8 @@
#include "test.h"
#ifdef CURLDEBUG
/* provide a proto for this debug function */
extern void curl_memdebug(const char *);
extern void curl_memlimit(int);
# define MEMDEBUG_NODEFINES
# include "memdebug.h"
#endif
int select_test (int num_fds, fd_set *rd, fd_set *wr, fd_set *exc,