1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00
Files
archived-php-src/ext/dba/php_ndbm.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_NDBM_H
#define _PHP_NDBM_H
#if DBA_NDBM
#include "php_dba.h"
DBA_FUNCS(ndbm);
#endif
#endif