renamed empty_chunk to chunk_empty

This commit is contained in:
Andreas Steffen
2009-04-17 11:00:37 +00:00
parent 3a80181b61
commit 0dd4bc0333
23 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#include "log.h"
#include "whack.h" /* for RC_LOG_SERIOUS */
const chunk_t empty_chunk = { NULL, 0 };
const chunk_t chunk_empty = { NULL, 0 };
bool
all_zero(const unsigned char *m, size_t len)