summaryrefslogtreecommitdiffstatsabout
path: root/functions20.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-04-17 15:14:12 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-04-17 15:14:12 (GMT)
commit0eb391e9f9e44f15c03f1d8d5414c806413f50fb (patch)
tree256ecb77d74fa09b716f4497b6893a3f6f851284 /functions20.h
parent8ee3532f8b6c454f2600e6c3b47362d22b7cf536 (diff)
beginnings of postgresql driver integrated into autoconf
removed log_error from apache20.h (aliased to ap_log_rerror)
Diffstat (limited to 'functions20.h')
-rw-r--r--functions20.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions20.h b/functions20.h
index 42fe664..ee58513 100644
--- a/functions20.h
+++ b/functions20.h
@@ -1,5 +1,5 @@
1/* $Id$ */ 1/* $Id$ */
2/* functions */ 2
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) {