2016-08-10 06:53:33 +00:00
|
|
|
#ifndef UPLOAD_FILE_H
|
|
|
|
#define UPLOAD_FILE_H
|
|
|
|
|
2024-03-13 11:38:44 +00:00
|
|
|
#ifdef HAVE_EVHTP
|
2016-08-10 06:53:33 +00:00
|
|
|
int
|
|
|
|
upload_file_init (evhtp_t *evhtp, const char *http_temp_dir);
|
2024-03-13 11:38:44 +00:00
|
|
|
#endif
|
2016-08-10 06:53:33 +00:00
|
|
|
|
|
|
|
#endif
|