From 5b983c944f66b55192c901ce3fa38fcce6ca21e3 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 4 Dec 1999 19:19:57 +0000 Subject: 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. --- ext/dba/php_gdbm.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/dba/php_gdbm.h (limited to 'ext/dba/php_gdbm.h') diff --git a/ext/dba/php_gdbm.h b/ext/dba/php_gdbm.h new file mode 100644 index 0000000000..0ee6e612e7 --- /dev/null +++ b/ext/dba/php_gdbm.h @@ -0,0 +1,12 @@ +#ifndef _PHP_GDBM_H +#define _PHP_GDBM_H + +#if DBA_GDBM + +#include "php_dba.h" + +DBA_FUNCS(gdbm); + +#endif + +#endif -- cgit v1.2.1