summaryrefslogtreecommitdiffstatsabout
path: root/functions.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-04-10 04:56:01 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-04-10 04:56:01 (GMT)
commit8ee3532f8b6c454f2600e6c3b47362d22b7cf536 (patch)
tree098a7ab213d94ed11ed8c0d75e1ef22eaf6da248 /functions.h
parent9a1ac03f0412c24b99790b07372d4e3686f8d1f8 (diff)
copied mysql driver to mod_log_sql_pgsql.c to start on PostgreSQL driver
added keyword ID expansion to source files and removed old CVS headers from others
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 2c06f61..6163b21 100644
--- a/functions.h
+++ b/functions.h
@@ -1,4 +1,4 @@
1/* $Header: /home/cvs/mod_log_sql/functions.h,v 1.4 2004/03/04 05:43:20 urkle Exp $ */ 1/* $Id$ */
2/* Begin the individual functions that, given a request r, 2/* Begin the individual functions that, given a request r,
3 * extract the needed information from it and return the 3 * extract the needed information from it and return the
4 * value to the calling entity. 4 * value to the calling entity.