mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08: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 */
|