summaryrefslogtreecommitdiffstatsabout
path: root/functions.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 /functions.h
parent8ee3532f8b6c454f2600e6c3b47362d22b7cf536 (diff)
beginnings of postgresql driver integrated into autoconf
removed log_error from apache20.h (aliased to ap_log_rerror)
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 6163b21..7281588 100644
--- a/functions.h
+++ b/functions.h
@@ -1,4 +1,5 @@
1/* $Id$ */ 1/* $Id$ */
2
2/* Begin the individual functions that, given a request r, 3/* Begin the individual functions that, given a request r,
3 * extract the needed information from it and return the 4 * extract the needed information from it and return the
4 * value to the calling entity. 5 * value to the calling entity.