summaryrefslogtreecommitdiffstats
path: root/functions20.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions20.h')
-rw-r--r--functions20.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions20.h b/functions20.h
index ee58513..31d9e4b 100644
--- a/functions20.h
+++ b/functions20.h
@@ -1,5 +1,5 @@
1/* $Id$ */ 1/* $Header: /home/cvs/mod_log_sql/functions20.h,v 1.3 2004/02/05 21:59:46 urkle Exp $ */
2 2/* functions */
3static const char *extract_bytes_sent(request_rec *r, char *a) 3static const char *extract_bytes_sent(request_rec *r, char *a)
4{ 4{
5 if (!r->sent_bodyct || !r->bytes_sent) { 5 if (!r->sent_bodyct || !r->bytes_sent) {