mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
5b983c944f
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
13 lines
110 B
C
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
|