diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
| commit | 5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch) | |
| tree | 89c7d57484170f274eba416495d88e02be541e6f /ext/cpdf | |
| parent | 83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff) | |
| download | php-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/cpdf')
| -rw-r--r-- | ext/cpdf/cpdf.c | 2 | ||||
| -rw-r--r-- | ext/cpdf/php_cpdf.h (renamed from ext/cpdf/php3_cpdf.h) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index 2be6d57fc6..cacb476ef5 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -54,7 +54,7 @@ #endif #if HAVE_CPDFLIB -#include "php3_cpdf.h" +#include "php_cpdf.h" #ifdef THREAD_SAFE DWORD CPDFlibTls; diff --git a/ext/cpdf/php3_cpdf.h b/ext/cpdf/php_cpdf.h index 8269b2f24f..48823a9216 100644 --- a/ext/cpdf/php3_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -28,8 +28,8 @@ */ /* $Id$ */ -#ifndef _PHP3_CPDF_H -#define _PHP3_CPDF_H +#ifndef _PHP_CPDF_H +#define _PHP_CPDF_H #if HAVE_CPDFLIB |
