diff options
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r-- | ext/db/php_db.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/db/php_db.h b/ext/db/php_db.h index d65a94e04d..17e396f931 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.h @@ -31,8 +31,8 @@ /* $Id$ */ -#ifndef _PHP_DB_H -#define _PHP_DB_H +#ifndef PHP_DB_H +#define PHP_DB_H #ifndef DLEXPORT @@ -89,4 +89,4 @@ PHP_FUNCTION(dbmdelete); PHP_FUNCTION(dbmfirstkey); PHP_FUNCTION(dbmnextkey); -#endif /* _PHP_DB_H */ +#endif /* PHP_DB_H */ |