mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +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_NDBM_H
|
|
#define _PHP_NDBM_H
|
|
|
|
#if DBA_NDBM
|
|
|
|
#include "php_dba.h"
|
|
|
|
DBA_FUNCS(ndbm);
|
|
|
|
#endif
|
|
|
|
#endif
|