diff options
Diffstat (limited to 'contrib/xml2/xslt_proc.c')
-rw-r--r-- | contrib/xml2/xslt_proc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/xml2/xslt_proc.c b/contrib/xml2/xslt_proc.c index b2349aaace7..425a9393337 100644 --- a/contrib/xml2/xslt_proc.c +++ b/contrib/xml2/xslt_proc.c @@ -1,4 +1,7 @@ -/* XSLT processing functions (requiring libxslt) */ +/* + * $PostgreSQL: pgsql/contrib/xml2/xslt_proc.c,v 1.13 2008/05/17 01:28:22 adunstan Exp $ + * + * XSLT processing functions (requiring libxslt) */ /* John Gray, for Torchbox 2003-04-01 */ #include "postgres.h" |