summaryrefslogtreecommitdiff
path: root/ext/oracle
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-04 19:19:57 +0000
committerSascha Schumann <sas@php.net>1999-12-04 19:19:57 +0000
commit5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch)
tree89c7d57484170f274eba416495d88e02be541e6f /ext/oracle
parent83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff)
downloadphp-git-5b983c944f66b55192c901ce3fa38fcce6ca21e3.tar.gz
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
Diffstat (limited to 'ext/oracle')
-rw-r--r--ext/oracle/oracle.c2
-rw-r--r--ext/oracle/php_oracle.h (renamed from ext/oracle/php3_oracle.h)6
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c
index 807d1d771f..33e3715d80 100644
--- a/ext/oracle/oracle.c
+++ b/ext/oracle/oracle.c
@@ -35,7 +35,7 @@
#if HAVE_ORACLE
-#include "php3_oracle.h"
+#include "php_oracle.h"
#define HASH_DTOR (int (*)(void *))
#ifdef WIN32
diff --git a/ext/oracle/php3_oracle.h b/ext/oracle/php_oracle.h
index 7cf7074435..5ca0918380 100644
--- a/ext/oracle/php3_oracle.h
+++ b/ext/oracle/php_oracle.h
@@ -2,8 +2,8 @@
/* synced with oracle.h,v 1.40 1999/06/01 08:11:04 thies Exp $ */
-#ifndef _PHP3_ORACLE_H
-#define _PHP3_ORACLE_H
+#ifndef _PHP_ORACLE_H
+#define _PHP_ORACLE_H
#if HAVE_ORACLE
@@ -134,7 +134,7 @@ typedef struct {
#endif /* HAVE_ORACLE */
-#endif /* _PHP3_ORACLE_H */
+#endif /* _PHP_ORACLE_H */
/*
* Local Variables: