php-src/ext/dba/php_gdbm.h
Sascha Schumann 5b983c944f 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.
1999-12-04 19:19:57 +00:00

13 lines
110 B
C

#ifndef _PHP_GDBM_H
#define _PHP_GDBM_H
#if DBA_GDBM
#include "php_dba.h"
DBA_FUNCS(gdbm);
#endif
#endif