mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
12 lines
110 B
C
12 lines
110 B
C
#ifndef _PHP_NDBM_H
|
|
#define _PHP_NDBM_H
|
|
|
|
#if DBA_NDBM
|
|
|
|
#include "php_dba.h"
|
|
|
|
DBA_FUNCS(ndbm);
|
|
|
|
#endif
|
|
|
|
#endif
|