summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2014-02-15 16:31:43 +0900
committerYasuo Ohgaki <yohgaki@php.net>2014-02-15 18:20:58 +0900
commit832c21cabfb6a54a0961f044d77987d166beb97c (patch)
tree1cb90af1904115bdb4dc5870fdfa24f38b923007 /ext/pgsql/php_pgsql.h
parent5cc851e83e8feff5a84aac7db88da186f5bc59ba (diff)
downloadphp-git-832c21cabfb6a54a0961f044d77987d166beb97c.tar.gz
Refactor and cleanup. WS is cleaned up. Use -b if it is needed.
Added compatibility macros, PQescapeStringConn, PGSQLescapeLiteral/Identifier, PGSQLfree.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index 12d6cfdead..d0853d603e 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -16,7 +16,7 @@
| Jouni Ahto <jouni.ahto@exdec.fi> |
+----------------------------------------------------------------------+
*/
-
+
/* $Id$ */
#ifndef PHP_PGSQL_H