mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
9 lines
122 B
C
9 lines
122 B
C
#ifndef FDFDATA_H
|
|
#define FDFDATA_H
|
|
|
|
#include "SAPI.h"
|
|
|
|
SAPI_POST_HANDLER_FUNC(fdf_post_handler);
|
|
|
|
#endif /* FDFDATA_H */
|