Use php_ prefix for header files.

This commit is contained in:
Ard Biesheuvel 2004-02-02 13:47:56 +00:00
parent 8e30d96ad8
commit 2430a27d7f
3 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#if HAVE_IBASE
#include "php_interbase.h"
#include "interbase.h"
#include "php_ibase_includes.h"
#define BLOB_CLOSE 1
#define BLOB_CANCEL 2

View File

@ -27,7 +27,7 @@
#if HAVE_IBASE
#include "php_interbase.h"
#include "interbase.h"
#include "php_ibase_includes.h"
void _php_ibase_event_free(char *event_buf, char *result_buf) /* {{{ */
{