We use this ZERO_NULL to avoid picky compiler warnings,

when assigning a NULL pointer to a function pointer var.
This commit is contained in:
Yang Tse 2007-10-17 16:58:32 +00:00
parent 5360f88393
commit 92433e596b
11 changed files with 106 additions and 112 deletions

View file

@ -35,13 +35,6 @@
#define MAIN_LOOP_HANG_TIMEOUT 90 * 1000
#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
/*
* We use this ZERO_NULL to avoid picky compiler warnings,
* when assigning a NULL pointer to a function pointer var.
*/
#define ZERO_NULL 0
int portnum; /* the HTTPS port number we use */
typedef struct sslctxparm_st {